Posts by Evandro Sousa • 56 points
3 posts
-
1
votes1
answer47
viewsA: Problems with ajax request
Murilo, change that line xmlhttp.open("GET", "Random.php", true); to xmlhttp.open("GET", "Random.php", false);, in this case you are saying that the call will be synchronous and you will be able to…
-
2
votes1
answer2640
viewsQ: Run Ajax by passing credential information in Header
I need to make an ajax call by passing in Header the following information: Content-Type:application/json Cookie:authToken=valueXPTO (This information above I got from Postman) I need to do the same…
-
1
votes1
answer414
viewsQ: Deserialize JSON with Restsharp and Javascriptserializer
I am having difficulty deserializar a JSON. I am receiving the following content: "response":{ "account":{ "name":"Evandro Teste", "owners":[], "creationDate":"2017-07-07T07:18PDT",…