mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #2208] [feature]: When importing a postman collection, don't automatically add http:// #756
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#756
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
Summary
The way we set up our postman routes is like this:
instead of
This makes it really easy to switch from plain text
http://localhost:3000to TLShttps://api.service.comWhy 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@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.
@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.