Thanks for answer.
Yes, It's a post request for a page located on a different domain: from
http://localhost:8080 to http://localhost:8081 (two tomcat istances). I know
it's not allowed by cross domain rules, in fact I use Json for get requests,
but I don't know how to do with post requests because
brian ha scritto:
Define "not working". That's a bit vague. Also, where are you calling
your function from? Can you confirm that it is being called?
Something like this might work for you:
function PostHTMLContentTOServer() {
$.ajax({
url: "MyData.aspx",
2 matches
Mail list logo