Posts by Vitor Salotti • 53 points
2 posts
-
1
votes3
answers3759
viewsA: Using Token method GET Webapi Httpclient
I needed to first call the login page with the Token to log in, and then call the ADMIN method. Resolution: if (retorno.valid == "true") { response = null; client = null; vAuth_token =…
-
4
votes3
answers3759
viewsQ: Using Token method GET Webapi Httpclient
My problem is this: I am consuming a Webapi with the method PostAsJsonAsync In this call I am receiving a Token for authentication in the ADMIN methods of an EAD platform that we are working on. So…