-
Updated
Sep 4, 2020 - TypeScript
mirage
Here are 25 public repositories matching this topic...
-
Updated
Oct 12, 2020 - OCaml
-
Updated
Jan 11, 2020 - Rust
-
Updated
Apr 18, 2019 - Smalltalk
-
Updated
Jun 5, 2020 - TypeScript
-
Updated
Apr 23, 2020
-
Updated
Oct 4, 2020 - C#
-
Updated
Feb 25, 2017 - JavaScript
-
Updated
Sep 10, 2020 - Vue
-
Updated
Oct 3, 2017 - Makefile
-
Updated
Jan 3, 2018 - JavaScript
-
Updated
Sep 24, 2020 - TypeScript
-
Updated
Oct 8, 2020 - TypeScript
Improve this page
Add a description, image, and links to the mirage topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mirage topic, visit your repo's landing page and select "manage topics."
When the application under test performs a redirect, it will reply with a 301 status code and send a
Locationheader indicating where we should redirect to. Unnfortunately the HTTP spec specifies that this URL must be an absolute URL, and while browsers support relative redirects perfectly fine, many web frameworks stick to the letter of the law and make this an absolute URL. At least Rails does