Multipart Form does not seem to work #241
-
Hi! I am currently testing Restfox as an alternative to postman. The tool works great in general, but I cannot for the life of me get Multipart form data to work. I have a couple of APIs that rely on this and this is stopping me from presenting Restfox as a reliable alternative. The same works well with curl, below is pretty much equivalent to what I cannot get to work in Restfox:
I can see a difference in the generated content-type header. But I am unsure if this has anything to do with the issue: curl Restfox The receiving end is a Spring boot application, and it works with both postman and curl. Has anyone gotten Multipart Form to work in Restfox? For reference I am running Restfox as a container in Openshift, but I have the same issue if I run it on localhost. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Hi, can you check if it works correctly if you use one of the desktop applications: https://github.com/flawiddsouza/Restfox/releases/tag/v0.24.0? Wonder if the issue is isolated to the docker version. |
Beta Was this translation helpful? Give feedback.
Hi @hhedin, I multipart uploaded a 17 MB exe file & 51 MB zip file multiple times through the the docker run version of Restfox and faced no issues with the upload. Can you check once locally by running in podman or docker? To isolate the problem from your side. Maybe the problem is arising at kubernetes/openshift.