Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Origin in CORS_ORIGIN_WHITELIST is missing scheme or netloc

CORS_ORIGIN_WHITELIST = [
    'http://localhost:3000',
    'http://localhost:8000',
    'http://localhost:8080',
]
Source by github.com #
 
PREVIOUS NEXT
Tagged: #Origin #missing #scheme #netloc
ADD COMMENT
Topic
Name
8+5 =