You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Accelo Developers
Hi there,
I’m using a web application to get the authorization code and then request a token. When I’m requesting the token I’m having CORS issues as the OPTIONS preflight request is returning an error as you can see in the screenshot below. I was wondering if I have forgotten a setting or Accelo has to add our origin on their end, do you know what this could be?
Thanks.
Byron Hillis
unread,
Aug 26, 2019, 1:19:07 AM8/26/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Accelo Developers
I just hit this issue as well. Looks like they are not responding to OPTIONS requests at all, so even the typical tools of bypassing the CORS check don't work because the OPTION returns a bad response.
And the headers don't have the Access-Control-Allow-Origin header:
There are other posts on this in the forums, has this ever been fixed?