Show HN: Include this JS library to enable cross-origin requests
1–10 of 33 posts
Re: Show HN: Include this JS library to enable cross-origin requests
#2I would let the users know that requests get routed through a server you control.
Re: Show HN: Include this JS library to enable cross-origin requests
#3Routing all your x-domain requests through an unknown third part via vanilla HTTP? What could possibly go wrong?
Re: Show HN: Include this JS library to enable cross-origin requests
#4How is this remotely trending? Yes, HN, let's vote a MITM attack to the frontpage. This is a terrible idea.
Re: Show HN: Include this JS library to enable cross-origin requests
#5Seems a cool idea to use with mockups and prototypes, but an awful idea to use in a serious product.
Re: Show HN: Include this JS library to enable cross-origin requests
#6This is just a proxy. If developers wanted to go this route they would set up the proxy on their own server instead of routing it through a 3rd party.
Re: Show HN: Include this JS library to enable cross-origin requests
#7I would let the users know that requests get routed through a server you control.
It only goes through our servers if it's cross-origin. Normal http same-origin requests are left intact (and you can see it in the code). It's stated on the README but perhaps it should be more apparent.
Re: Show HN: Include this JS library to enable cross-origin requests
#8Overwhelmingly terrible idea. Routing your web site traffic through an entirely unknown third party server. Overwrite the global XMLHttpRequest object.
Please tell me this is a joke to show off terrible security practise?
Re: Show HN: Include this JS library to enable cross-origin requests
#9This is just a proxy. If developers wanted to go this route they would set up the proxy on their own server instead of routing it through a 3rd party.
It's possible, we just make it easier. This library also make it seamless (you can still use jQuery.ajax). They can use this library and just change the proxy url.
Re: Show HN: Include this JS library to enable cross-origin requests
#10How is this remotely trending? Yes, HN, let's vote a MITM attack to the frontpage. This is a terrible idea.
because why not?