Most voted "http" questions
Hypertext Transfer Protocol (HTTP) is a network protocol, application layer of the OSI model, which is used for content transfer on the World Wide Web.
Learn more…465 questions
Sort by count of
-
-1
votes1
answer74
viewsHow to simulate the click of a button with httpWebRequest
This code of mine takes an entire content specific to a site How to simulate the click of a button? [Route("HomeController/Requisicao")] // Matches 'Products/Index' public string Requisicao() { var…
-
-1
votes1
answer152
viewsCallback in anonymous function returns Undefined
I need to create two functions. One of them where I will make a request in Javascript to pick up a Bearer Token, and the second, I will use the token to call another function. However, I’m not…
-
-1
votes1
answer89
viewsHow to parserar JSON from Response in Golang
Once again, I on this site. This time, I’m having a hard time parsing the API response I’m communicating with. The API in question is this one: https://api.brasil.io/v1/dataset/covid19/caso/data/?…
-
-1
votes1
answer190
viewsAngular - Error: Cannot find a differ supporting Object '[Object Object]' of type 'Object'. Ngfor only Supports Binding to Iterables such as Arrays
Error: Cannot find a differ supporting Object '[Object Object]' of type 'Object'. Ngfor only Supports Binding to Iterables such as Arrays. I have this Javascript backend that is running on port 3000…
-
-1
votes1
answer24
viewsI can’t solve ERR_HTTP_HEADERS_SENT
My program points ERR_HTTP_HEADERS_SENT which by what I understand, occurs when a response has already been sent by the server. I’m trying to create a controller method of a route that changes some…
-
-2
votes2
answers176
viewsWhat better server side technology to serve information to cross-platform software?
We know it’s possible to access the Facebook of various clients such as browsers, android, iOS etc. I know that via browser HTTP protocol is used (obviously) with technologies such as AJAX and…
-
-2
votes4
answers2549
viewsHow can I automatically download PDF from a web page
Is there any way to download a PDF embed on a web page? I am currently using the control WebBrowser.ShowSaveAsDialog() (Save As) but need to do without it, automatically using C# Windows Forms My…
-
-2
votes2
answers510
viewsReturn response problem via $http.post()
I’m just trying to get a return value HTTP but I’m not getting it. .controller('myCtrl', function ($scope, $http) { $scope.sendPost = function() { var dataObj = { name : $scope.newName }; var res =…
-
-2
votes1
answer139
viewsHttp requests using the C language in windows?
How to make http requests using the C language in windows ? No need to post code, just a good reference is enough for me :) But if anyone has any examples will be of great help ;)
-
-2
votes1
answer35
viewsHow does POST differ from PUT when dealing with existing URIS?
Not only this site, but several others use the example of creating a user on a website: www.site.com.br/user/id_do_usuario To clarify that PUT would only update the old user with the entered data,…
-
-2
votes1
answer57
viewsHTTP request (POST)
Hello, I’m studying Angular and to train I’m doing a small Web application, but I’m having problems with the Post: Can anyone help me? The error message that appears in the browser is this:…
-
-2
votes1
answer58
views -
-3
votes2
answers829
viewsHttpclient releasing org.hibernate.Exception.Genericjdbcexception exception exception?
Is there any reason for the following code to release this exception? I have one webservice who consults at my bank and turns everything into xml and then make a send to another webservice takes the…
-
-3
votes1
answer58
viewsAJAX AND XHR FALIED REQUEST PROBLEM
I have an application on Node.js in an Ubuntu VPS 18.4, but when trying to make a login request for testing, I get a Google Chrome error; "net::ERR_CONNECTION_REFUSED". He tells me he had some…
-
-4
votes1
answer113325
viewsHow to fix Forbidden Error 403?
Using Mozilla when I try to do a search I get as answer "403 Forbidden". What to do?