doedje / jquery.soap

This script uses $.ajax to send a SOAP:Envelope. It can take XML DOM, XML string or JSON as input and the response can be returned as either XML DOM, XML string or JSON too.
352 stars 148 forks source link

withCredentials always set to true #110

Closed bflemi3 closed 7 years ago

bflemi3 commented 7 years ago

I'm having an issue where the server has CORS enabled and I need the withCredentials flag set to false, but in jquery.soap it's hard-coded to true. Am I missing something?

doedje commented 7 years ago

I would like to point you to issue #109 and continue over there...