Open awinogradov opened 1 year ago
At this moment we have a few problems to get JIRA meta-information to render preview:
Simple GET request to https://jira.atlassian.com/browse/TICKET-1
has CORs error for getting from client. If we are going to send request from server-side proxy, we have an authorization problem (third side cookies access problem).
JIRA has the rest api https://jira.atlassian.com/rest/api/latest/issue/TICKET-1
which should return all information we need, but we have the same problem with CORs and cookies.
Some iframe magic: it's blocked by CSP policy. Refused to frame 'https://jira.sberdevices.ru/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self'".
For current moment we decided to take a break to generate better solution.