I\'m trying to set up a CORS rule in my Django python web app to allow any domain/subdomain from port 8092 to access my API.
I have added this line http://*:8092
http://*:8092