We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bdd83 commit c975f61Copy full SHA for c975f61
1 file changed
Server Side Request Forgery/README.md
@@ -276,7 +276,7 @@ Parsing behavior by different libraries: `http://1.1.1.1 &@2.2.2.2# @3.3.3.3/`
276
* `urllib2` treats `1.1.1.1` as the destination
277
* `requests` and browsers redirect to `2.2.2.2`
278
* `urllib` resolves to `3.3.3.3`
279
-* Some parsers replace http:127.0.0.1/ to http://127.0.0.1
+* Some parsers replace http:127.0.0.1/ to http://127.0.0.1/
280
281
### Bypass PHP filter_var() Function
282
0 commit comments