Posts by Gabriel Donato • 21 points
2 posts
-
2
votes0
answers261
viewsQ: Error, status 200 load Ajax
I have a call ajax that falls in the callback error and brings me a status 200 and statusText load. Follow the ajax: $.ajax({ type: "GET", crossDomain: "true", dataType: "jsonp", contentType:…
-
0
votes0
answers115
viewsQ: I want to access a method of a webservice made in C#
I am trying to access the Login method of a certain webservice, but instead of returning the . Token I ask in reply, I get a pure HTML from webservice My code js: $.ajax({ crossDomain: "true",…