[GH-ISSUE #2208] [feature]: When importing a postman collection, don't automatically add http:// #756

Closed
opened 2026-03-16 17:02:44 +03:00 by kerem · 2 comments
Owner

Originally created by @revosw on GitHub (Mar 27, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2208

Is there an existing issue for this?

  • I have searched the existing issues

Summary

The way we set up our postman routes is like this:

{{ApiBase}}/route

instead of

http://{{ApiBase}}/route

This makes it really easy to switch from plain text http://localhost:3000 to TLS https://api.service.com

Why should this be worked on?

When importing a postman collection, now we have to manually go through all the requests and remove the automatically inserted http://. Implementing this feature means n less operations before being up and running with hoppscotch

Originally created by @revosw on GitHub (Mar 27, 2022). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2208 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary The way we set up our postman routes is like this: ``` {{ApiBase}}/route ``` instead of ``` http://{{ApiBase}}/route ``` This makes it really easy to switch from plain text `http://localhost:3000` to TLS `https://api.service.com` ### Why should this be worked on? When importing a postman collection, now we have to manually go through all the requests and remove the automatically inserted `http://`. Implementing this feature means _n_ less operations before being up and running with hoppscotch
kerem 2026-03-16 17:02:44 +03:00
  • closed this issue
  • added the
    feature
    label
Author
Owner

@tobychidi-zz commented on GitHub (Mar 28, 2022):

This was a problem for me as well. I believe in 3 months I will be uninstalling Postman. 😋. I like green stuff.

<!-- gh-comment-id:1080344225 --> @tobychidi-zz commented on GitHub (Mar 28, 2022): This was a problem for me as well. I believe in 3 months I will be uninstalling Postman. 😋. I like green stuff.
Author
Owner

@AndrewBastin commented on GitHub (Mar 28, 2022):

@revosw I have pushed a small update (should be live in 10-15 mins) which should fix the issue hopefully. Let me know and reopen this issue if it doesn't.

<!-- gh-comment-id:1080541731 --> @AndrewBastin commented on GitHub (Mar 28, 2022): @revosw I have pushed a small update (should be live in 10-15 mins) which should fix the issue hopefully. Let me know and reopen this issue if it doesn't.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#756
No description provided.