I am running CentOS 7 and MiniBrowser...
I am running XMLhttprequest() with a URL like
http://localhost:6500/FrameCheck
To see if the there is a new URL to load into a frame.

I run the inspect Element and view the console and I see

Failed to load resource: Message Corrupt

The response to http://localhost:6500/FrameCheck is

HTTP/1.0
Access-Control-Allow-Origin: *
Content-type: text/html

402 no file


I am expecting the "402 no file" or "200 URL" so that is fine.

Why am I getting message corrupt and as a consequense my callback function
does not run.

Thanks,

jerry
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to