Skip to content

Commit

Permalink
hotfix cuz Postman banned the UA postmaniac
Browse files Browse the repository at this point in the history
  • Loading branch information
boringthegod committed May 16, 2023
1 parent 2026659 commit 6acd13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postmaniac/postmaniac.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def main():

url = 'https://www.postman.com/_api/ws/proxy'
headers = {
'User-Agent': 'postmaniac',
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0',
'Content-Type': 'application/json',
}

Expand Down

0 comments on commit 6acd13c

Please sign in to comment.