Hi guys,
I'm currently working on a project that involves integrating with Vimeo's tus API for video uploads. The issue I'm running into is related to the Content-Type header. The Vimeo API expects a specific Content-Type of application/offset+octet-stream for the PATCH request used in the upload process.
However, in AwareIM, when configuring an HTTP request, I see that the only available Content-Type options are generic types like application/octet-stream, application/json, and similar. There is no option to set it to application/offset+octet-stream, which is causing the upload request to fail since the exact Content-Type is required by the Vimeo API.
I tried setting up the PATCH request manually in Postman, and it works fine when I use application/offset+octet-stream. But in AwareIM, it doesn't seem like I can specify this exact type due to the limited dropdown list available in the content type configuration.
Has anyone else faced this issue or found a workaround for specifying a custom Content-Type in AwareIM? Any insights or suggestions would be greatly appreciated.
Thanks in advance for your help!
Best,
Khosbayar