My application in hosed mode (http://localhost:8888) send plain HTTP POST requests for example to the http://localhost/Inventory/.
After upgrade from GWT1.7 to GWT2.0, all POST requests are now sent as OPTIONS request. Method: OPTIONS Host: localhost User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; uk; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/ *;q=0.8 Keep-Alive: 300 Connection: keep-alive Origin: http://localhost:8888 Access-Control-Request-Method: POST So the querstions are: 1. Why GWT do so? 2. How to disable this? May be this is because of "same origin policy" issue? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
