Andreas Weber
Andreas Weber
you can gzip the payload and use with [file upload](https://github.com/Huachao/vscode-restclient#request-body) ``` POST https://example.com/comments HTTP/1.1 < ./payload.gz ```
you could try using https://httpyac.github.io/. It provides a cli tool, which is compatible with rest-client.
instead use ` {{$processEnv USERNAME}}` example from [readme.md](https://github.com/Huachao/vscode-restclient/blob/master/README.md?plain=1#L585-L589) ``` GET https://{{host}}/{{version}}/values/item1?user={{$processEnv USERNAME}} Authorization: {{$processEnv PRODSECRET}} ```
It would be nice if the API looks like [this](https://httpyac.github.io/guide/metaData.html#loop) to keep my tool compatible with rest-client ### for ... of ... Variable `$index` and Variable Name is injected in...
@jedschneider Is there a standard mechanism for HMAC? I thought it is individual which values are used in the hash calculation. For example, AWS authentication is also based on HMAC...
I don't think that can work. You can't access the Annoations of a consumer according to my understanding (https://stackoverflow.com/questions/25702618/java-8-get-consumer-underlying-function-annotation). Spring CloudStream only can access the adhoc Implementation of the consumer...
@GreenRover Do you have a tip for me on how to search? I have looked at the objects during debugging and have not found a starting point.
@esasiyunx Have you just recently started having this error? `tough-cookie` accidentally introduced a breaking change (see https://github.com/salesforce/tough-cookie/issues/246) that forces exactly this setting for localhost. ~~I haven't integrated affected versions yet,...
@esasiyunx I have provided a new version with the update from tough-cookie. Can you please test your use case as well. My problems with dependency are solved.
With the next release you can configure the CookieJar options directly. With this you could possibly experiment what triggers the error and how to avoid it.