You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select the environment we just created with Cmd+Option+E => default
Write GET {{ app_server }}/#q=hello+world.
Run the query with Send request
I expected to get the result pane with a 200 ok HTTP response and the content. Instead i got this error message: Invalid URI "%7B%7B%20app_server%20%7D%7D/#q=hello+world"
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
Create a file named
test.http
Add some variables with this snippet to your settings
Select the environment we just created with
Cmd+Option+E => default
Write
GET {{ app_server }}/#q=hello+world
.Run the query with
Send request
I expected to get the result pane with a 200 ok HTTP response and the content. Instead i got this error message:
Invalid URI "%7B%7B%20app_server%20%7D%7D/#q=hello+world"
The text was updated successfully, but these errors were encountered: