Reputation: 6950
In AS2, I need to get a URL. In the header of the HTTP response, a cookie is set. Is it possible to read the header of the HTTP response and get the cookie's data?
Upvotes: 0
Views: 544
Reputation: 10530
This is a bit tricky. What you might have to do, is use a serverside script to get the HTTP request header, then call that script from flash.
Upvotes: 1