mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1263] I can't send an xml request. It also doesn't offer the desired title. #424
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#424
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 @rytikovroman1994 on GitHub (Oct 12, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1263
Describe the bug
I want to send an xml post request. It's not in your headlines. Also, when I write the header myself, the request still fails.
To Reproduce
Steps to reproduce the behavior:
Create a post request
Set Content-type to text/xml
To add to the xml body
Send a request
Expected behavior
The response should have been xml
Screenshots


Desktop (please complete the following information):
P.S In postman it works
@liyasthomas commented on GitHub (Oct 12, 2020):
Issue is caused due to accesing CORS restricted URLs such as localhost. Please install Browser extension (links are in README) and try again.