-
Hello. I would like to insert template strings into options like Basic as described below. It seems that the current latest version of hurl does not support this feature. Is there a chance that this functionality might be added in the future?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hi @fml09 , Template for basic auth is supported. The syntax is:
The |
Beta Was this translation helpful? Give feedback.
-
Hi @fml09 With #2585, you can now use
|
Beta Was this translation helpful? Give feedback.
Hi @fml09 ,
Template for basic auth is supported. The syntax is:
The
[BasicAuth]
is part of the request specification and must be beforeHTTP 200
which is the marker of response section.