mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1034] Details on fail requests #364
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#364
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 @amireshoon on GitHub (Jul 30, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1034
Originally assigned to: @AndrewBastin on GitHub.
Is your feature request related to a problem? Please describe.
Sometimes we need to see content and status code for request when it even failed.
For example, I have an API that returns
401whenauthenticationfailed, It also returns a son content but in postWomen, I only can see my request has been failed!Describe the solution you'd like
I personally like to see status code and the content of requests even it fails!
@AndrewBastin commented on GitHub (Jul 31, 2020):
@amireshoon Browser extension version 0.15 has implemented this feature ^_^
I just pushed the changes so it is still in review for Chrome Web Store, but it is up in Firefox Add-ons!
Will let you know when it becomes live on Chrome!
@amireshoon commented on GitHub (Jul 31, 2020):
Nice work @AndrewBastin .
@AndrewBastin commented on GitHub (Jul 31, 2020):
@amireshoon The new version is live on Chrome Web Store!
Closing the issue.