I’m trying to create a custom app with multiple http calls, but I always get a 400 error when I want to upload a file with a put method.
I can successfully upload the file when I make use of the HTTP module.
This is a screenshot of a successful upload with HTTP module:
It is solved now. I had multiple http calls in the same module which requires authentication and the http (put) file upload call does not require authentication, which caused the 400 error.
4 Likes
system
This topic was automatically closed because it's resolved or inactive. Please, start a new topic.
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.