JIRA: BRU-3084
I have checked the following:
This feature
Describe the feature you want to add, and how it would change your usage of Bruno
I've imported a collection from Postman to Bruno. Postman supports URLs like GET localhost:8080, and Bruno doesn't.
When I'm trying to execute a request in Bruno, I'm getting:
Unsupported protocol localhost:
I have a lot of requests. It's hard to fix URLs in all of them to GET http://localhost:8080.
Is it possible to apply the "http" protocol implicitly if the protocol is not defined in a URL?
JIRA: BRU-3084
I have checked the following:
This feature
Describe the feature you want to add, and how it would change your usage of Bruno
I've imported a collection from Postman to Bruno. Postman supports URLs like
GET localhost:8080, and Bruno doesn't.When I'm trying to execute a request in Bruno, I'm getting:
I have a lot of requests. It's hard to fix URLs in all of them to
GET http://localhost:8080.Is it possible to apply the "http" protocol implicitly if the protocol is not defined in a URL?