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.

2
  • $\begingroup$ Based on the form HTML that you posted, the request should be sent to index.php?page=login, not ?page=admin. This will return a cookie, which Mathematica will store away in the variable $Cookies and use for further requests. So when you next run URLRead["https://THEIR_WEB_ADDRESS.com/src/index.php?page=admin"] then that cookie is used to identify you, there's no need to supply username and password to that request. There are many things that can go wrong, but in principle, this is how it should work. $\endgroup$ Commented Jun 25, 2019 at 20:27
  • $\begingroup$ @C.E. Good catch on the login vs admin part. Still doesn't work; same result. Guess this falls into the "many things that can go wrong" part. Your hands are certainly tied in that I'm giving incomplete info on the url, etc. $\endgroup$ Commented Jun 25, 2019 at 21:25