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
I've searched existing issues and found nothing related to my issue.
Describe the feature you want to add
I am testing link service endpoints. The endpoints should forward from a given URL to another. I don't want to test the result of the page, I just want to test the redirects using Bruno.
I am not sure if this is the intended use or not and if there's a possibility to do so already, but I miss a feature to get the location of the current response object.
Let's say I create a new get request for aple.com I will get the result of the apple.com domain I was forwarded to but I am not able to get the URL name apple.com. There's another Feature Request #2532 for indicating the location but I am looking for getting the location via script and inside the asserts.
Mockups or Images of the feature
The text was updated successfully, but these errors were encountered:
I have checked the following:
Describe the feature you want to add
I am testing link service endpoints. The endpoints should forward from a given URL to another. I don't want to test the result of the page, I just want to test the redirects using Bruno.
I am not sure if this is the intended use or not and if there's a possibility to do so already, but I miss a feature to get the location of the current response object.
Let's say I create a new get request for
aple.com
I will get the result of theapple.com
domain I was forwarded to but I am not able to get the URL nameapple.com
. There's another Feature Request #2532 for indicating the location but I am looking for getting the location via script and inside the asserts.Mockups or Images of the feature
The text was updated successfully, but these errors were encountered: