/phsi
banner
phsi.me
/phsi
@phsi.me
web security🇸🇪
ahhh, yeah i can see from the logger that it works as expected. great, tyvm :)
February 25, 2025 at 10:07 AM
i'm sending this request:
curl -x "http://127.0.0.1:8082" "https://example.com?abc=123"

and this is the match/replace rule i have and what the auto-modified request looks like:
February 25, 2025 at 9:54 AM
hmm still doesn't work, even with "allow tags in proxy" enabled.
February 25, 2025 at 9:45 AM
i don't fully understand what you mean. if i want to use the code snippet you've provided, i'll be running axios server-side in a node.js environment using express.

even then, the file:// protocol will lead to a protocol mismatch because it's not supported by axios. it's not a client-side issue.
February 20, 2025 at 2:01 PM
the file:// protocol is not supported in axios, so this won't work. it'll just lead to a protocol mismatch:

github.com/axios/axios/...
February 20, 2025 at 9:10 AM