Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

REST attachment download Accept header types #777

Open
maierthomas opened this issue Mar 14, 2018 · 0 comments
Open

REST attachment download Accept header types #777

maierthomas opened this issue Mar 14, 2018 · 0 comments
Labels

Comments

@maierthomas
Copy link
Contributor

maierthomas commented Mar 14, 2018

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.

reference #769

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant