Actions
Defect #36126
openAttachments REST API includes internal port
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Trying to get the JSON of the issue using API, with include=attachments, provides attachments links using internal port, not the domain name, port and protocol specified in settings.
As an example:
{"id":6043,"filename":"test.txt","filesize":5119,"content_type":"text/plain","description":"","content_url":"http://redmine.example.org:3000/attachments/download/6043/test.txt","author":{"id":1,"name":"Yuri Mamaev"},"created_on":"2021-10-18T18:38:13Z"}
content_url expected to be: https://redmine.example.org/attachments/download/6043/test.txt
Updated by Marius BÄ‚LTEANU about 3 years ago
- Status changed from New to Needs feedback
- Assignee set to Yuri Mamaev
Did you set your "Host name and path" in Administration -> Settings -> General?
Updated by Yuri Mamaev about 3 years ago
Yes, hostname is set to hostname without port.
Actions