I have a webservice sitting on my https server that accepts the POST
verb and responds with some JSON.
If I build a simple html form like
https://myserver.com/myWS";>
it will return the correct json data, with content type "application/
json", and the browser will ask to save the result. When
Were you able to find a solution to get it working in Firefox?
Thank you
david
On Oct 1, 10:25 am, Vitaly Piven wrote:
> Hello David,
>
> I have similar problem . $.post() sends some "OPTIONS" request instead
> of expected "POST" (according to logs of web server
I use $.post like so:
$.post("http://mydomain.com/some/webservice";, $.toJSON({ emailAddress:
emailAddress }), callback, "json");
this works great..the response of the POST is a json string and that
is used in the callback..now I added https:
$.post("https://mydomain.com/some/webservice";, $.to
3 matches
Mail list logo