You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't work properly, when I ask for a front end. My API uses the server's public IP: port, not using the HTTPS protocol but use the HTTP protocol(http://ip:3000/index). The following is my code and log.
DEBUG:flask_cors.extension:Configuring CORS with resources: {'/*': {'origins': ['.*'], 'methods': 'DELETE, GET, HEAD, OPTION�S, PATCH, POST, PUT', 'allow_headers': ['.*'], 'expose_headers': None, 'supports_credentials': True, 'max_age': None, 'send_�wildcard': False, 'automatic_options': True, 'vary_header': True, 'resources': '/*', 'intercept_exceptions': True, 'always_s�end': True}}
WARNING:werkzeug: * Running on all addresses.
WARNING: This is a development server. Do not use it in a production deployment.
INFO:werkzeug: * Running on http://10.0.20.16:3000/ (Press CTRL+C to quit)
INFO:werkzeug: * Restarting with stat
DEBUG:flask_cors.extension:Configuring CORS with resources: {'/*': {'origins': ['.*'], 'methods': 'DELETE, GET, HEAD, OPTION�S, PATCH, POST, PUT', 'allow_headers': ['.*'], 'expose_headers': None, 'supports_credentials': True, 'max_age': None, 'send_�wildcard': False, 'automatic_options': True, 'vary_header': True, 'resources': '/*', 'intercept_exceptions': True, 'always_s�end': True}}
WARNING:werkzeug: * Debugger is active!
INFO:werkzeug: * Debugger PIN: 971-442-410
The text was updated successfully, but these errors were encountered:
This is not a good question for this bug tracker as this is almost certainly not a bug. This type of question would garner much better results on stackoverflow.com and doesn't belong here.
It doesn't work properly, when I ask for a front end. My API uses the server's public IP: port, not using the HTTPS protocol but use the HTTP protocol(http://ip:3000/index). The following is my code and log.
cat server.py
cat loggingDEBUG.log
The text was updated successfully, but these errors were encountered: