Skip to content

Commit 27c6c75

Browse files
authored
Update 0xa6-server-side-request-forgery.md
1 parent a057aca commit 27c6c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2023/en/src/0xa6-server-side-request-forgery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ image. Choosing the second, will trigger the following API call:
4242
```
4343
POST /api/profile/upload_picture
4444
45-
{"picture_url":"http:///example.com/profile_pic.jpg"}
45+
{"picture_url":"http://example.com/profile_pic.jpg"}
4646
```
4747

4848
An attacker can send a malicious URL and initiate port scanning within the

0 commit comments

Comments
 (0)