Skip to main content
Participant
January 24, 2015
Question

Hidding URL Variables

  • January 24, 2015
  • 1 reply
  • 181 views

Does anyone know how to post URLvariables in AS3 such that the name/value pairs do not appear in the browser window?

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
January 24, 2015

if you use POST instead of GET, they should not appear:

your_urlrequest.method="POST";