Click here to Skip to main content
15,881,204 members

Comments by StevenLJackson1 (Top 2 by date)

StevenLJackson1 13-Feb-14 15:53pm View    
I'm in the middle of dealing with this for a Cross Origin Resource Sharing service I need to interact with on IE8. I started looking into using the XMLDomainRequest object, which is supposed to handle this correctly, but I need to post a form to the service and the XDR object doesn't allow you to change any header information, and it posts without the "Content-Type: multipart/formdata" that I need.

If this is still an issue for you, you may want to consider using the XMLDomainRequest object in IE. Information about this object can be found here: http://msdn.microsoft.com/en-us/library/cc288060(v=vs.85).aspx
StevenLJackson1 16-Feb-12 9:06am View    
Deleted
If anyone can verify that this works (or not) in SharePoint 2010, please comment here!

Thank you!