-
Counterpart of https://github.com/paritytech/polkadot-sdk/issues/3900
Tracking issues for features that make the life of **end-users of the Polkadot platform** easier.
Post your opinion by comm…
-
Test which.
```
// Mocking only one response
$this->addResponse( new EthereumFeeEstimateResponse('0.01', '0.9'));
$this->requestEthereum(new EthereumFeeEstimateRequest('ETH', '199', 'abc', 'addre…
-
Hi there,
This looks great! I am wondering if there are any plans to add in cache purging to this plugin? I am specifically looking for these kinds of features:
- Purging via a remote request `…
jdoss updated
3 years ago
-
I found what appears to be a severe error of RESTLET parsing headers.
It seems easy to reproduce, you just need to make a call to a REST endpoint which answers with the HTTP warning header containing…
-
### Play Version
any
### API
Scala
### Expected Behavior
`Cached` API does support `If-None-Match` HTTP request header, but:
1. it gives no control to a developer over `ETag` key
2. it provides no …
-
# Expected behavior
A `Cache-Control: max-age=60` request header should prevent requests to the same URL from being sent more frequently than once per minute. If spiders generate requests for that …
-
This seems like a security considerations aspect but it's become apparent to us that in scenarios where the did:web is being used by an issuer for credentials that are verifiable in offline scenarios …
-
I saw this page summarizing some changes: http://evertpot.com/http-11-updated/
We need to review changes and double check how we hold up with the new RFC.
The one that jumps out that we're out of sp…
-
According to RFC 2616 POST requests to server forces server to invalidate an entity.
> Some HTTP methods MUST cause a cache to invalidate an entity. This is either the entity referred to by the Req…
-
I've run into issues with the RSS feeds provided by https://arxiv.org. These feeds are updated daily somewhere between 00:30 GMT and 01:50 GMT *.
* If you run a periodic refresh for newsboat within…