Expand my Community achievements bar.

Livefyre api bug

Avatar

Level 1

I wish to lodge a bug report for Livefyre API. It's completely unclear the best place to do so. The issue is as follows:

Any domain containing the word "via" get's CORS headers stripped out in the response.

See below for an example:

curl -sIH origin:https://fviaf.<mydomain>.net.au https://bootstrap.livefyre.com/api/v4/apps/<myId>/tagged/published | grep -qi access-control-allow-origin && echo OK || echo FAIL 

FAIL

curl -sIH origin:https://fvfaf.<mydomain>.net.au https://bootstrap.livefyre.com/api/v4/apps/<myId>/tagged/published | grep -qi access-control-allow-origin && echo OK || echo FAIL

OK
2 Replies

Is there really no simple bug report facility? I do not have access to our company adobe account and simply wish to report a bug in the livefyre api