-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Results are POST now #1
Comments
Yeah! I'm aware that the system has changed. The future plan is to use a headless browser to do the scraping |
Yes, I'm aware curl works. curl is amazing after you get a session token. I was wondering how to get a session token in the first place. I don't know if uploading my cookie is the right option. |
woot! Made some progress. On a post with text as "Select", we get an sql error as a reply. However, the server also sends us a nice little session ID, that can be used to make further requests ;) 👍 to us 👎 to gitam! |
Hmm, Actually, the correct way is, after you POST sem and regid to /onlineresults/pages/Newgrdcrdinput1.aspx, you will get a Session ID in response, like,
You can use that for further communication. Let me upload my version of ResultsScanner :D |
@Ethcelon, Completed removing crappy debugging lines and added my ResultsScanner. Its in PHP but cURL syntax remains same in any language :D |
This should not longer work since Gitam changed its form submitting to POST from GET, that too over HTTPS.
The text was updated successfully, but these errors were encountered: