Jannis Rautenstrauch
Jannis Rautenstrauch
**Describe the bug** HTTP HEAD Responses are currently not parsed correctly. As there is no body, the library raises an Error and it does not seem possible to ignore it...
### What is the issue with the Fetch Standard? A `header name` has to match the `field-name` syntax (which is token) and does not allow all kind of values such...
Queries for the [2024 Security Chapter](https://github.com/HTTPArchive/almanac.httparchive.org/issues/3604) # General - [ ] Maybe add subfolders for the sections or prefix each query with their subsection to improve the structure (50 queries...
In several browsers there are privacy and security features behind a setting that is easy to deactivate by users. For example Brave has Shields and Firefox has ETP. It is...
The navigation document.referrer test currently only tests whether there is a referrer at all. Several browsers restricted the allowed values (in a different way and with different exceptions), might make...
## Guidelines Please note that GitHub issues are only meant for bug reports/feature requests. If you have questions on how to use APOC, please ask on [the Neo4j Discussion Forum](https://community.neo4j.com/c/neo4j-graph-platform/procedures-apoc)...
According to the RFC the content-type of `text/plain` is a MUST: https://datatracker.ietf.org/doc/html/rfc9116#section-3
If the Key or Cert File is invalid, e.g., an erroneous space in `END PRI VATE KEY`, the error messages are misleading. It would be great, if there would be...
- **Poetry version**: 1.6.1 - **Python version**: 3.10 - **OS version and name**: Ubuntu 22.04 - **pyproject.toml**: https://gist.github.com/JannisBush/7ce5c2283cb1a9035b5996d706686588 - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed using...
Parsing (invalid) HTTP/1.1 responses is not fully defined in [HTTP](https://www.rfc-editor.org/rfc/rfc9110) and [Fetch](https://fetch.spec.whatwg.org/) and browser behavior diverges from the specs and between different browsers and there are not many tests in...