mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #2255] [bug]: "Could not send request", but request was sent, and a response has been received #777
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#777
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 @syrm on GitHub (Apr 12, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2255
Is there an existing issue for this?
Current behavior
When i do a GET on "https://api.publicapis.org/entriesWRONGPATH"
The Response panel should be shown with detail informations, its a 404 error etc.
Instead I see "Could not send request"
Steps to reproduce
But in Chrome console i can see the response of the request : Status code 404
Environment
Production
Version
Self-hosted
@liyasthomas commented on GitHub (Apr 12, 2022):
Seems like you were trying to hit an API endpoint with
CORSrestrictions.To fix
CORSrestrictions and access responses, goto Hoppscotch Settings > Interceptor section > Turn on Proxy mode.Feel free to reopen the issue if issue still persist.
@syrm commented on GitHub (Apr 12, 2022):
Same problem with proxy turned on.
The problem is not related to CORS.
I mean even if CORS block the request, we should see this in Response section
@Imtiaz-Ali17314 commented on GitHub (Apr 8, 2025):
I am trying to send a patch request with content type form urlencoded form hoppscotch on this url : http://localhost:8080/posts/d6cf2f68-acff-4a00-a5ca-8104ae3f346f
The request sent and status is 200, But its request body shown undefined.
How to resolve this Problem?