Questions tagged as 'http'

0
answers

Problem in the header (HTTP Header Manager) Jmeter with ":"

I am currently trying to do load tests with Jmeter under https . In the part of "HTTP Header Manager" or "HTTP Header Manager", I enter a variable ${foo} and its value "foo" contains ":" in one of its parts. I kn...
asked by 22.06.2017 / 11:21
0
answers

How to put the json results of guzzlehttp in blade view?

I have been reading for several hours, I have been investigating how to get the data from the http query with guzzle but I can not solve it. I need a little help on how the response received should be formatted. I want to treat the string as Jso...
asked by 29.03.2017 / 19:41
0
answers

Authorization in HTTP hearder does not work

I am trying to consume my web services using Knoutout.js . My API needs an HTTP header so that clients can access, otherwise it throws a 403 error (forbidden). With the Advanced REST Client when accessing the API URL, it works by providing...
asked by 18.03.2017 / 18:13
1
answer

Help with Node.Js

I am doing a mini web server in Node.js in order to send push notifications to mobile devices . I have the following code: var apn = require('apn'); // Set up apn with the APNs Auth Key var apnProvider = new apn.Provider({ token: {...
asked by 09.02.2017 / 22:27
0
answers

From HttpUrlConnection to HttpsUrlConnection

I was programming a code (which works without any inconvenience) that sends everything by HttpUrlConnection. It is the following: protected String doInBackground(String... url){ try { HttpURLConnection connection = (HttpURL...
asked by 13.02.2017 / 02:07
1
answer

wcf service HttpClient encode url with quotes

I need to send a parameter that includes the "[" character to a WCF service. Although I first encode the parameter, when I look at the detail of the url, the character encoding "[" has disappeared. Any idea what it can be? string parameter = S...
asked by 29.10.2016 / 13:47
1
answer

how to correctly configure Guzzle with symfony2?

Good morning. What I am trying to do is to have the client with php, so I decided to use this library (Guzzle), which allows me to consume web services type rest from php. I have already followed the documentation but I get this error:...
asked by 14.07.2016 / 23:27
1
answer

HTTP Authorization Header

I am using Digest Authentication to verify if a user knows the ID and PW of the server. Once the client has entered the server because it knows the credentials (the server has matched its hash response with the client's hash response), all of it...
asked by 02.07.2018 / 12:16
2
answers

http request in c #

Hi, I'm trying to make an application in C # related to a game. The problem I have is the following is that when I do the following always shows me the exception: try { string response = await _client.GetStringAsync(string.Format(Config.US...
asked by 25.10.2016 / 00:27
1
answer

send data http angularjs error [duplicated]

someone could guide me I'm sending data from a service to an api I'm doing it with slim and angularjs but somehow the api does not take the values I sent and probe the api with postman and it works then I imagine it is in the way in which I...
asked by 22.09.2017 / 19:57