kidino
New member
I am doing a cross domain ajax call with jQuery’s $.ajax. I do have Access-Control-Allow-Origin and Access-Control-Allow-Methods set at the server so those are good. I do get the response I needed. However, some data is stored in the HTTP Header and I am getting a different result when using EXE Output compared to the normal browser.
Just as extra info, I am testing the Chromium browser. So far all I get is
But it should be longer than that…
Just as extra info, I am testing the Chromium browser. So far all I get is
Code:
Content-Type: text/html
Cache-Control: must-revalidate, post-check=0, pre-check=0
Expires: 0
Last edited: