Skip to content

Commit c975f61

Browse files
authored
Fix typo in README regarding URL formatting
1 parent 09bdd83 commit c975f61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Server Side Request Forgery/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Parsing behavior by different libraries: `http://1.1.1.1 &@2.2.2.2# @3.3.3.3/`
276276
* `urllib2` treats `1.1.1.1` as the destination
277277
* `requests` and browsers redirect to `2.2.2.2`
278278
* `urllib` resolves to `3.3.3.3`
279-
* Some parsers replace http:127.0.0.1/ to http://127.0.0.1
279+
* Some parsers replace http:127.0.0.1/ to http://127.0.0.1/
280280

281281
### Bypass PHP filter_var() Function
282282

0 commit comments

Comments
 (0)