Closed JesJehle closed 2 months ago
next to the fixed allow_methods I also needed to check for the numeric version of localhost. so i updated allow_origin_regex: + allow_origin_regex="http://(127\\.0\\.0\\.1|localhost)(:\\d+)?"
allow_methods
allow_origin_regex
+ allow_origin_regex="http://(127\\.0\\.0\\.1|localhost)(:\\d+)?"
now the CORS errors are fixed.
next to the fixed
allow_methods
I also needed to check for the numeric version of localhost. so i updatedallow_origin_regex
:+ allow_origin_regex="http://(127\\.0\\.0\\.1|localhost)(:\\d+)?"
now the CORS errors are fixed.