07-29-2024 02:46 AM
Hi all,
currently i have the issue that I need to provide some data to an external import service (Jira Cloud Assets), which sends Accept: application/octet-stream in the headers, which is not accepted by Snaplogic.
Snaplogic responds with 406 NOT ACCEPTABLE. Is there any way to allow that header?
Best regards
Thomas
Solved! Go to Solution.
07-29-2024 02:57 AM
Alright, got it working. Instead of sending back Content-Type: application/octet-stream, I had to lower-case to "content-type", the caller is now accepting the response.
I was thinking that it's an issue with the server not being able to serve application/octet-stream at all, but i was mistaken.
BR
07-29-2024 02:57 AM
Alright, got it working. Instead of sending back Content-Type: application/octet-stream, I had to lower-case to "content-type", the caller is now accepting the response.
I was thinking that it's an issue with the server not being able to serve application/octet-stream at all, but i was mistaken.
BR