By default, Paw sets the User-Agent to something like Paw/2.3.4 (Macintosh; OS X/10.11.6) GCDHTTPRequest
. Is there any way to tweak that for testing purposes? I know I can just use curl
, but I really like Paw.
Asked
Active
Viewed 1,571 times
4

Waynn Lue
- 11,344
- 8
- 51
- 76
1 Answers
4
If you want to tweak the User-Agent
, you can just change it like any other request header.
- Click on "Headers" in the Request Composer in Paw. (This should be under the URL bar.)
- Click on 'Add Header Name' and enter
User-Agent
. - Click on 'Add Value' and enter your desired
User-Agent
, or leave it blank.

Victor Li
- 56
- 3
-
1D'oh, didn't even think of that. Thanks! – Waynn Lue Jul 29 '16 at 05:25