This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
Importing via CURL seems to strip '=' sign in xml body leading to 400 status error #152
Open
1 task done
Expected Behavior
Importing a post api call via CURL should return a 201 status.
On inspection the first line of xml body in api post request should look as follows:
<?xml version="1.0"?>
Actual Behavior
Importing via CURL a post api call currently returns a 400 status error.
This is because the first line of xml body of api post request is missing the '=' in
<?xml version="1.0"?>
Reproduction Steps
<?xml version"1.0"?>
<?xml version="1.0"?>
I have used other REST api applications and I am not getting this issue.
Is there an existing issue for this?
Additional Information
No response
Insomnium Version
Insomnium 0.2.3-a
What operating system are you using?
Windows
Operating System Version
Windows 10 Pro version 22H2
Installation method
https://github.com/ArchGPT/insomnium/releases
Last Known Working Insomnium version
No response
The text was updated successfully, but these errors were encountered: