Click to See Complete Forum and Search --> : PHP Submit "Authentication Required" data to remote server...


7Priest7
December 12th, 2010, 05:19 PM
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

PeejAvery
December 12th, 2010, 07:18 PM
Sorry, but that site has an untrusted certificate. Personally, I'm not going there.

7Priest7
December 12th, 2010, 09:18 PM
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

PeejAvery
December 13th, 2010, 08:32 AM
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?

7Priest7
December 14th, 2010, 05:14 AM
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 =)