Trying to understand CORS and I don't understand how leaving out the header access-control-allow-origin *
is different from just omitting it in the first place.
I do not intend on using the *
but please explain how that wildcard processes a request differently from a header completely with the access control allow origin
?