394 private links
This add-on shows with a colored icon, whether the SSL/TLS certificate currently used by the website for is classified as trustworthy by Mozilla or only by the local computer. Helps to identify proxies.
green shield for Mozilla certificates
bleu shield for other certificates
Create a CA locally and use it to generate certificates. So it's perfect for local network requests (https, etc...)
Finally, the organization has user data privacy concerns, as it now has to retain, manage, and protect a sizable database of email addresses linked to issuance records to notify the appropriate parties.
application/x-www-form-urlencoded and multipart/form-data are still messy years later.
The official definition of MIME types
An idea to put URL query parameters in the body pf the request.
It is useful to avoid the limitations of the URL length. Another use case is a custom DSL inside the request body.
At the end, it's a less readable than GET but more powerful.
The W3C Technical Architecture group eventually decided to resolve the architectural problem that if an HTTP response code of 200 (a successful retrieval) was given, that indicated that the URI indeed was for an information resource, but with no such response, or with a different code, no such assumption could be made.
This repository contains the code for our paper: "Who's Breaking the Rules? Studying Conformance to the HTTP Specifications and its Security Impact" ACM ASIACCS 2024. It contains a test suite for HTTP conformance tests of responses and test runners to run it on both local web servers and on real websites.
A testing service against an HTTP/1.1 implementation
A great resource to get into them
Hurl is a command line tool that runs HTTP requests defined in a simple plain text format.
It can asserts results too.
The project is used by the Orange ISP at https://github.com/Orange-OpenSource/hurl
A request method is considered idempotent if the intended effect on the server of multiple identical requests with that method is the same as the effect for a single such request