2008/12/17 Alex Mcauley <[email protected]>:
>
> Thanks for the reply Swilk ...
>
> I did not see it appear in the email that gets sent tot the group !!!
>
> The toruble with a serverside proxy is that it doesnt carry images or
> anything thats not directly linked via http://www.example.com/js/file.js
> accross to the proxy ....
>
> I.e if the file is not linked like
>
> <script src=http://www.example.com/js/file.js> </script>
>
> Then it wont carry the file accross .. well at least so far i have tested
> images anyway and they dont carry the linking ...
>
> and i am pretty sure sessions wont be carried either (in the case of php at
> least)
>
> Regards
>
> ALex
>
With regards to PHP, you need to understand either cURL or I prefer
streams with contexts.

I use PHP as a proxy for all sorts of things including remotely
logging in to secure sites, keeping the remote session cookie, etc.
And my client knows none of this.

Essentially, PHP can do all the things a browser would do (with regard
to getting and posting content) fairly simply.

Richard.
-- 
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to