Posts by Matheus Muniz • 5 points
3 posts
-
0
votes3
answers588
viewsA: Return of request status code
Solution -> public static RetornoRequisicao HttpRequestJson(string token, string url, string dados) { WebRequest request = WebRequest.Create(url); request.Method = "POST"; request.ContentType =…
-
0
votes3
answers588
viewsQ: Return of request status code
I’m doing a post for a third party API but would like to get the return code from it to save in our bank, however, I can only get this return code if the code is 202, if it was 401 or 500 it returns…
-
0
votes1
answer47
viewsQ: File generation with invalid character
I developed the code below to put information of a return from a bank select in a CSV file, however as you can see in attached print, some characters are being sent wrong even if the return from…
c#asked Matheus Muniz 5