-
@opensearch-project/opensearch-core team, please take a look at Build 3469 in gradle_check log for more information.
-
I'd like to suggest introducing a new Spring Boot starter aimed at client applications, with the necessary dependencies and autoconfiguration (e.g. `RestClientAutoConfiguration`) for HTTP and for rela…
-
**Is your feature request related to a problem? Please describe.**
It is possible to set global and per route read timeout. There are use cases where there is a need to set a read timeout for a spe…
-
When I use a home grown Python client to query my Archiver Appliance, I get different key pairs for analog channels than I do for a boolean channel.
- JDK 11.0.2 (yes I need to change to JDK 12)
-…
-
```
Running test_everything on 0.9.8 fails consistently. This appears to be
a threading issue.
```
Original issue reported on code.google.com by `peter.fein` on 17 Apr 2007 at 5:09
Attachments:
- …
-
```
I have set all proxy connection and authentication for it.Still I am getting 407 error i.e. Proxy authorisation Required.
Please Tell me Solution.I am using restclient-ui-3.2.2-jar-with-dependenci…
-
typescript at some version after 1.6.2 added checks to the compiler that complain about bad style in the code and refuse to build:
```
Calling TypeScript compiler...
js/util/RestClient.ts(102,51): er…
mgmax updated
8 years ago
-
We are using 'org.eclipse.microprofile.rest.client.propagateHeaders' property together with @RegisterClientHeaders annotation to propogate Authorization header to RestClients. It works when rest clien…
-
Hi,
When I send a POST request with a json file in a given path, json file is parsed as hash, that causes problem at RestClient side.
You need to modify @body with @body.to_json , otherwise it re…
-
I had a situation where I just had a basic http GET path and Cookie set up for api call and for some reason restclient would always return TransportException, Session cookie expired, when running comm…