1. Describe the bug, what it is and what it should be (expected behavior)
when an URL is defined as a variable at that time cookie is not being parsed, for example, if the URL is {{host}} where the host value is https://google.com then the cookie is not being parsed to send them in request.
If URL is is a raw string like https://google.com then everything is working fine.
2. To Reproduce
steps to reproduce the behavior:
go to the URL bar
type {{host}} and set host variable value as any endpoint which is live and contains a cookie
execute the request or other API which is starting with {{host}}/...
check the cookie is being sent in a request or not.
platform (please complete the following information):
1. Describe the bug, what it is and what it should be (expected behavior)
when an URL is defined as a variable at that time cookie is not being parsed, for example, if the URL is
{{host}}
where thehost
value ishttps://google.com
then the cookie is not being parsed to send them in request.If URL is is a raw string like
https://google.com
then everything is working fine.2. To Reproduce
steps to reproduce the behavior:
{{host}}/...
platform (please complete the following information):