thunder-client-support
thunder-client-support copied to clipboard
URLs in the response body should be clickable and create a new request
Is your feature request related to a problem? Please describe. Currently, when viewing a response that contains a URL (i.e., a response containing HAL), the URL is rendered as plain text and requires the user to copy and paste the URL into a new request.
Describe the solution you'd like When a URL appears in the response body, a user should be able to click it, and by default, that should create a new GET request with the URL.
Hi @matthewswitzer thanks for the feedback, will review it.
you could also make it open in default browser (like Postman CTRL + click on the url)
It would be nice that the response had the same follow link behavior as the normal editor