Hey all
I'm trying to make a php page that will log in to a remote server. I successfully got it to login via just a url (like http://example.com/login?user=NAME&pass=PASS), however, when making it perform a search or some other request I am greeted with a 400 bad request error. Am I supposed to be saving session id or something? I was just resending a request I previously made.
Also to test this locally should I use xamp or wamp? My host's php config doesn't allow remote connections.
Thanks.