Skip to content

Commit

Permalink
fix: allow remove of user-agent header (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Sep 2, 2023
1 parent 526b79d commit 59188fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/script/delete_user_agent.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{{@request
request.headers["User-Agent"] = undefined
}}

GET https://httpbin.org/anything

0 comments on commit 59188fd

Please sign in to comment.