|
Posted by ZeldorBlat on 07/10/07 19:06
On Jul 10, 1:18 pm, Jack <accpac...@hotmail.com> wrote:
> Hi
> I have a page which I am trying to authenticate. When a visitor comes,
> I check to see if a $ticket variable is set or not. if it is not, I
> redirect the user to a third party site. Once the user gets
> authenticated there, he/she is redirected back to me along with a
> ticket number. I then need to open a HTTPS connection back to the
> server and send two parameters which in return I get the user's
> username. Is there way of doing this without installing openssl on the
> server. if so how.
>
> Thanks
>
> J
file_get_contents() or curl.
Navigation:
[Reply to this message]
|