-
```
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…
-
Using the slack output plugin causes an exception.
```
bin/logstash -e '
input { stdin { codec => json } }
output { slack { url => "http://requestb.in/116n7581" } }'
```
Results In:
```
Unhandled e…
-
**Host:** Pixelbook Slate i7 16 GB
**Host OS:** Google Chrome OS Version 72.0.3626.122 (Official Build) (64-bit)
**Container OS:** Linux penguin 4.19.4-02480-gd44d301822f0 #1 SMP PREEMPT Thu Dec 6 1…
-
1.Create any service
2. Open REST Client
3.Add one more request header
4.Give request payload of service
5.Click on "Send"
Actual Result : Nothing happens
![restclient-request headers](https:…
-
Url >> https://Openapi.5paisa.com/VendorsAPI/Service1.svc/V4/LoginRequestMobileNewbyEmail
Request >> {"head":{"password":"xxxxx","appVer":"1.0","appName":"xxxxxxx","requestCode":"5PLoginV4","osNam…
-
### Check The Docs
- [X] I double checked the docs and couldn't find any useful information.
### Verify Issue Source
- [X] I verified the issue was caused by Discord.Net.
### Check your intents
-…
-
Can you explain why you use gem `rest`?
It's depend at `rest_client` but common use is `rest-client` and their conflict at binary, both has executable `restclient`?
Thanks
-
```
rake aborted!
RestClient::RequestTimeout: Request Timeout
/home/travis/build/sul-dlss/hydrus/vendor/bundle/ruby/2.1.0/gems/rest-client-1.8.0/lib/restclient/request.rb:427:in `rescue in tran…
-
**Describe the bug**
The problem is duplication of cookies, which causes an endless `Redirect`. There are two `CookieContainer`. One is added to the `RestClient.CookieContainer`, along with the main …