Posts by Cleverton • 97 points
6 posts
-
-1
votes2
answers778
viewsQ: Post Sends data but webapi captures null
I’m taking this header from the Fiddler. POST http://localhost:8887/api/values HTTP/1.1 Host: localhost:8887 Proxy-Connection: keep-alive Content-Length: 352 Accept: */* Origin:…
-
4
votes1
answer1918
viewsQ: WEBAPI AND A3 CERTIFICATE - TOKEN
Can anyone here use A3 type certificate for a WEBAPI ? Because when I test it in debug (i.e., local), everything works normal. But if I compile, and put in the IIS application, keeps returning me…
-
2
votes0
answers462
viewsQ: Compile Apk Android Cordova
When I try to compile, the following message is returned: But it turns out it’s all installed, Github, Android SDK, Java, Node.js I configured the environment variables in the PATH, created the…
-
0
votes2
answers156
viewsQ: I cannot capture the post by webapi c#
good morning. I’ve been trying for a few days trying to capture a POST made in Javascript by webapi c# and the most I can is the webapi telling me that the expected parameter is NULL. var…
-
2
votes0
answers19
viewsQ: Webservice asmx does not return JSON, only XML
I wanted to solve this problem, the return of my webservice, returns with the JSON body, but the XML header. how do I return the structure in JSON ? I’ve read all the internet and can’t understand,…
-
1
votes1
answer2298
viewsQ: Pass method parameters through the URL
How do I capture the parameters requested by the URL in a webservice? For example: I have the following webservice: http://localhost/teste/WebService1.asmx/Produto How to pass method parameters…