mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-23 14:51:22 -05:00
How to allow all the subdomain of my main domain for the API using CORS_WILDCARD? #462
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nikunjmishra1998 on GitHub (Sep 27, 2024).
problem description
I want to allow only all of the subdomain of my main domain to access my API using CORS_WILDCARD. So please guide me How can I achieve this?
and if I add CORS_WILDCARD then also API is accessible from Postman. I want to disable API hit from postman also using CORS_WILDCARD.
your instance configuration
No response
@wukko commented on GitHub (Sep 27, 2024):
#780?
@wukko commented on GitHub (Sep 27, 2024):
why make two of the same exact issue?
@nikunjmishra1998 commented on GitHub (Sep 27, 2024):
Please give me a way to achive it
@kampride9 commented on GitHub (Sep 27, 2024):
I would also like to implement this feature. Could you please provide the steps for this?