Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

problems with POST while loading URL

New Here ,
Nov 02, 2013 Nov 02, 2013

POST while loading URL in AS1 doesn't work anymore . Do you know why?

I haven't changed anything neither on the flash nor in the CGI and nothing is working anymore. When I load an URL from flash using the POST method the data are not transferred anymore !! If I replace the POST by a GET data are transferred.

Do something has been changed in a last release of the flash player?

By the way, I have run a test with AS3 and I have the same problem. It is very strange because it was working fine last Thursday !

I have gone further in my research:

getURL(_root.AdrCGI+"Menu", "_self", "POST");

if you replace "_self" by "_blank", it works.

if you use firefox as browser, it works

if you use internet explorer version 8, it works

if you use internet explorer 11, it doesn't work but if you add your site in the trusted site list, then it works !!

The problem is definetly related to security constraints set in the latest version of microsoft explorer 11. It seems that the option allowScriptAccess="always" is not anymore recognized.

TOPICS
ActionScript
706
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Nov 21, 2013 Nov 21, 2013

Are you testing from a live web/staging server or locally on computer?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 21, 2013 Nov 21, 2013

The test is done from a live web/staging server.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Nov 22, 2013 Nov 22, 2013
LATEST

Im not sure what has changed since your last working POST method. It could be a security update for certain browsers. If the "_blank" parameter works for you Id just use that and its also what they use in the getURL documentation for POST.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines