Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
302 views

I want to use the Intellij Http client to do some HTTP requests. I have different environments. On one of them, I want to login with a JWT and on the other with OAuth2. Both need different headers. I ...
RoflcoptrException's user avatar
2 votes
1 answer
884 views

I am trying to create a base request in getToken.http that I can import and run in my main.http file. The base request needs three variables, two of which are loaded from the http-client.env.json file,...
ares's user avatar
  • 21
2 votes
0 answers
96 views

How can I use in place variable within handler scripts? i.e: // tests.http content @my_var = "my_val" < {% let myVar = "myVal"; client.log(myVar); myVar = $my_var; ...
Nae's user avatar
  • 15.5k
-5 votes
1 answer
55 views

How can I read a json into a variable to be used throughout http file, i.e as in: # myrequest.http content < {% import readFile from './readFile.js'; client.global.set("DATA", ...
Nae's user avatar
  • 15.5k
2 votes
1 answer
401 views

Goal: A POST request with the IntelliJ HTTP Client and SOAP XML body Problem: Body Tag seems not to work with the XML. I tried to make the following requests with the IntelliJ HTTP Client: ### CLient ...
Klatuu's user avatar
  • 25
0 votes
1 answer
278 views

Trying to make POST request with file as path and added it as variable ###Import POST http://localhost:8088/v1/import/example/file Content-Type: multipart/form-data; boundary=boundary --boundary ...
Elsasin's user avatar
0 votes
1 answer
412 views

Jet Brains has announced, that since the September, 2023, we can now import collections from Postman and use them with HTTP Client plugin. Migration from the Postman to IntelliJ sounds nice, as it ...
Giorgi Tsiklauri's user avatar
0 votes
1 answer
792 views

A webservice returns this json { "title": "Test how to filter the response", "features": [ { "feature": "AB1", "price": "1.00&...
surfmuggle's user avatar
  • 6,040
4 votes
1 answer
5k views

In pseudo-whish-language this is what I try to achieve in IntelliJ integrated http client: POST {{basepath}}/upload Content-Type: application/json { "content": "{% btoa(await fetch('...
Daniel Alder's user avatar
  • 5,524
8 votes
2 answers
9k views

I am trying to create issue using Jira REST API including component. I am posting this JSON but I get The remote server returned an error: (400) Bad Request. Issue is:- Without component there is no ...
babboon's user avatar
  • 803