|
-
December 12th, 2010, 06:19 PM
#1
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
Last edited by 7Priest7; December 12th, 2010 at 06:25 PM.
-
December 12th, 2010, 08:18 PM
#2
Re: Submit "Authentication Required" data to remote server...
Sorry, but that site has an untrusted certificate. Personally, I'm not going there.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
December 12th, 2010, 10:18 PM
#3
Re: Submit "Authentication Required" data to remote server...
 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
-
December 13th, 2010, 09:32 AM
#4
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?
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
December 14th, 2010, 06:14 AM
#5
Re: Submit "Authentication Required" data to remote server...
 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 =)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|