Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    Try to attach the cookies of a logged-in user? Also it seems quite unlikely that the website would want username and password in clear in a GET request, so maybe you put your credentials in the wrong place. Commented May 24, 2020 at 20:44
  • The site probably not accepting username and password as a data payload to login via GET. Commented May 24, 2020 at 20:45
  • @lurker How would I go about finding the required credentials eg: (username, password, crsctoken, etc) for the payload? Commented May 24, 2020 at 21:35
  • You're misunderstanding my comment. The website probably doesn't accept any credentials via web access with GET unless they have defined a web API. You would have to contact the website owners for information. Commented May 24, 2020 at 23:38