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

Broken link in README.md #94

Closed heinrichmartin closed 8 years ago

heinrichmartin commented 8 years ago

http://usamadar.com/2012/06/24/getting-around-browsers-same-origin-policy-sop-with-proxies-script-injection-jsonp-and-cors/ is broken in README.md ("domain expired"). I found the content under http://usamadar.wordpress.com/2012/06/24/getting-around-browsers-same-origin-policy-sop-with-proxies-script-injection-jsonp-and-cors/ (although the nasty "domain expired" message is there, too).

Sorry for not making this a pull request.

doedje commented 8 years ago

I'll remove the link all together and try to encourage people to google their own answers... =] Thanx for letting me know!

doedje commented 8 years ago

finally updated the readme... ;)