Submit "Authentication Required" data to remote server...
Basicly What I want to do is have my PHP submit the username and password for https://lightfoot-ct.dashjr.org/aa-admin/edit.php ...
Then it will submit some post data via curl...
I have already set up the CURL Portion and have the Cron Host ready...
So is there any way to submit the "Authentication Required" data to the remote host using php?
Thanks in advance for any effort made to answer
Also if not possible via PHP but possible via another scripting language let me know thanks...
EDIT: It is not requiring the login for me...
I am wondering if it is my computer is still logged in or if only the portal page requires said authentication...
Someone let me know if only the portal page requires... Thanks
Re: Submit "Authentication Required" data to remote server...
Sorry, but that site has an untrusted certificate. Personally, I'm not going there.
Re: Submit "Authentication Required" data to remote server...
Quote:
Originally Posted by
PeejAvery
Sorry, but that site has an untrusted certificate. Personally, I'm not going there.
Since you are pretty much the only one that posts/helps I guess that means I am screwed...
Although Do you happen to know a php method to send user name/password to a remote server?
That is the actual question IDK that visiting the site is necessary...
Thanks if you can still help
Re: Submit "Authentication Required" data to remote server...
There are others, but scripting isn't as popular here at CodeGuru. I'd recommend some other forums, but cannot without violating CodeGuru's AUP.
cURL can handle many different authentication protocols. What protocol are you needing to interface?
Re: Submit "Authentication Required" data to remote server...
Quote:
Originally Posted by
PeejAvery
There are others, but scripting isn't as popular here at CodeGuru. I'd recommend some other forums, but cannot without violating CodeGuru's AUP.
cURL can handle many different authentication protocols. What protocol are you needing to interface?
No idea, However I found a workaround...
Thanks for trying =)