hoppscotch
hoppscotch copied to clipboard
In Mac App body type form data is not detecting.[bug]:
Is there an existing issue for this?
- [X] I have searched the existing issues
Current behavior
When i give text body using form-data it is not taken by request. It always shows that the field is required.
Steps to reproduce
- Take Post api
- Give the values as form data.
- Sent the request.
Environment
Release
Version
Cloud
Can you confirm this error exists only on the desktop app, not the web app: https://hoppscotch.io?
Yes. it is only on my desktop application. Work fine in the web app. Problem exists in mac application.
On Tue, 9 Jan 2024 at 18:45, Shibil PK @.***> wrote:
Yes. it is only on my desktop application. Work fine in the app. Problem exists in mac application.
On Tue, 9 Jan 2024 at 18:27, Liyas Thomas @.***> wrote:
Can you confirm this error exists only on the desktop app, not the web app: https://hoppscotch.io?
— Reply to this email directly, view it on GitHub https://github.com/hoppscotch/hoppscotch/issues/3734#issuecomment-1883021999, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOC7C5KFQMEDVASEPBQT6TDYNU5D3AVCNFSM6AAAAABBSXBL2GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBTGAZDCOJZHE . You are receiving this because you authored the thread.Message ID: @.***>
I have experienced the exact same behaviour with the desktop app but on Windows 11.
If I set the request body type to multipart/form, no body variables are making it through with the request. I copied the curl code for the same request, ran it manually from a terminal, and the same request executed successfully.
I'm having the same issue on Mac Apple Silicon desktop app.