Hi, I have a flash file which connects to a server and sends a HTTP header using POST containing the variables. However, I am trying to also make this flash file in Java, I was wondering if there is a way of catching the HTTP header that gets sent, or if I can change the line of code to save the header in a certain location.
The line of code is: loadVariables(“http://edited”, target_mc, “POST”);
If I can see how the header is created, I can re-create this in Java by sending the header to the site. Please, any help is greatly appreciated, thank-you
Dan