You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2018. It is now read-only.
In the REST attachment download endpoint it is necessary to set the Accept header, otherwise you will receive the following message: "message": "Could not find acceptable representation",
So I tried to set the Accept header to */*
Result: "message": "Could not find acceptable representation",
Also images/* for the binary image is not working
Result: "message": "Could not find acceptable representation",
If you set the Accept header to application/* everything is working fine.
I could download the XML and a jpg image attachment successfully.
In the REST attachment download endpoint it is necessary to set the
Accept
header, otherwise you will receive the following message:"message": "Could not find acceptable representation",
So I tried to set the
Accept
header to*/*
Result:
"message": "Could not find acceptable representation",
Also
images/*
for the binary image is not workingResult:
"message": "Could not find acceptable representation",
If you set the
Accept
header toapplication/*
everything is working fine.I could download the XML and a jpg image attachment successfully.
reference #769
The text was updated successfully, but these errors were encountered: