This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Description
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
- Open up Insomnium and choose to import from Curl via menu item: >_From Curl
- Paste your curl api call and hit the Import button.
- Inspect the xml body of api post request and note first line of xml body is broken:
<?xml version"1.0"?>
- Please change it so it is parsed correctly: It should read
<?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