Closed realgsong closed 4 years ago
Hi, Thank you for opening this issue. We are currently migrating our support channel to the Samsung Developer Forum. If you are still experiencing this issue I'd highly recommend re-opening it here please https://forum.developer.samsung.com/c/samsung-internet/
Thanks again, -Kevin
Repro
browser version: 9.2.10.15
See attached HAR file. Drag and drop it in chrome dev tool - network tab.
poclcast.com.har.gz
Problem is when requesting OPTION, there's no referer header and it causes failure in security check. this issues is not reproduced with Chrome, Firefox.
Actual
{"message": "Access was denied to this resource.\n\nRequests from referer are blocked.\n", "code": "403 Forbidden", "title": "Forbidden"}
No referer value in OPTIONS request header
Expected
no error.