Joe Van Dyk
Joe Van Dyk

Reputation: 6950

Reading HTTP Header in ActionScript2

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

Answers (1)

Adam Harte
Adam Harte

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

Related Questions