Option to not add path to raw requests #4928
Answered
by
ehsandeep
hipotermia
asked this question in
Q&A
-
Is there any option to not automatically add the provided path to raw requests? While having a template like the following: http:
- raw:
- |+
GET /xxx HTTP/1.1
Host: {{Hostname}}
unsafe: true And providing To add more context, I would like to be able to do this to use the Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
ehsandeep
Mar 21, 2024
Replies: 1 comment
-
@hipotermia you can use reference - #3848 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hipotermia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@hipotermia you can use
disable-path-automerge: true
in your template.reference - #3848