mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #608] Requests to local API returning error response #218
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#218
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 @sawa-ko on GitHub (Feb 26, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/608
Describe the bug
I try to make the "POST" request (the same goes for the other types) and I don't get an answer, just an error message that says there was an error in the connection, I even tried it with Postman and it works perfect. In the attached Gif video you can see the problem with better clarity.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected to see the message from the api showing me the data sent by that request.
Screenshots

Desktop
@dihmeetree commented on GitHub (Feb 26, 2020):
Thanks for the report! My fellow contributors should be able to assist you more than I can, at the moment :) @NBTX @jamesgeorge007 @liyasthomas
Note: No visible issues sending REST requests on my end. Tested a few different things out, but this seems to be an edge case.
@liyasthomas commented on GitHub (Feb 26, 2020):
You need to install our official Browser Extension to support
localhost. Link can be found inreadme.#433 #274 #56