-
```
What steps will reproduce the problem?
1. Open the RestClient Tool view
2. Enter http://google.com/ in the address bar
3. Hit run
What is the expected output? What do you see instead?
Expected is…
-
Since it's possible to name requests, it would be really useful if there was some way to specify sequences of requests that you want to run one after another.
Say we have a .rest file like this:
…
-
Hi, I am using this extension for sending Test results from AzureDevOps build pipeline. I am facing an issue using the tool. This could be more a question than an issue.
**Problem#1**
I added SMTP…
-
see: http://rgovdata.com/datasets/::sg:nlb:NewArrivalSet
NewArrivalSet is in the metadata (https://api.projectnimbus.org/nlbodataservice.svc/$metadata) but not mentioned on the ProjectNimbus page (ht…
-
If setting proxy using:
`export http_proxy=proxy.example.com:2222`
The proxy will not work, and just report log:
``
If setting proxy using:
`export http_proxy=http://proxy.example.com:2222`
Th…
-
```
Using the restclient gui I cannot see any way of sending chunked data.
You can receive chunked data fine.
This would be really useful for testing
```
Original issue reported on code.google.c…
-
```
Using the restclient gui I cannot see any way of sending chunked data.
You can receive chunked data fine.
This would be really useful for testing
```
Original issue reported on code.google.c…
-
I need to integrate with a Bank's API (Banco do Brasil) and it requires the use of TLS1.2, even if I pass the parameter below, it has no effect and I receive a security error. Is there any way to form…
-
I checked this version two months ago.
I use jira-client in Multi-thread env.
any suggestion?
Thanks
Alan
-
Hi. Great plugin. We use it a lot.
From within Node, we would love to be able to do something like this:
```
# my-requests.http
@url = https://api.dummy.com
###
# @name getUser
GET {{…