c# - Is it safe to enable CORS for a Token based webservice? -
i coding c# webapi 2 webservice token based authentication sample app @ resource: http://www.asp.net/web-api/overview/security/individual-accounts-in-web-api
i wanting webservice able accessed users own html webpages.
is safe enable cors domains local login webservice uses token based authentication?
there no other possibility. otherwise users problems cors. enable cors.
Comments
Post a Comment