views:

266

answers:

1

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?

A: 

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.

TandemAdam