use this command ┌─[✗]─[root@parrot]─[/home/raju] └──╼ #curl "http://165.227.106.113/header.php" --user-agent "Sup3rS3cr3tAg3nt" --referer awesomesauce.com
Its almost the same procedure in solving challenge114 but you have to apply curl concept of writing header
its not that easy
Took a while to remember & find out about the optional field.
Need to use "Referer" and not "Origin" for your header
1 month ago
small hint for y'all in the Referer make sure you don't tamper with adding HTTPS or HTTP because it wont work. and about the challenge you can read about using curl or burpsuite or even both like i did. Good luck!