Skip to main content

Timeline for Send post to URL using js/html

Current License: CC BY-SA 3.0

7 events
when toggle format what by license comment
Jun 26, 2020 at 19:25 comment added Godwin the given link broken
Mar 5, 2013 at 16:29 comment added Quentin But it isn't true that it isn't possible, there are a number of ways to circumvent the same origin policy. It is only impossible under default conditions when you are trying to make a straight request.
Mar 5, 2013 at 16:24 vote accept whd
Mar 5, 2013 at 16:17 history edited Chris CC BY-SA 3.0
added 16 characters in body
Mar 5, 2013 at 16:15 comment added Quentin @whd — There is a big difference between making an HTTP request from your server and making an HTTP request from your visitor's browser. You are responsible for your server, you are not responsible for your visitor's browser (your visitor is).
Mar 5, 2013 at 16:12 comment added whd Hmm but its possible to send post to url from localhost using any known to me script language.
Mar 5, 2013 at 16:10 history answered Chris CC BY-SA 3.0