- **Epistemic status:** #seedlings When passing data on a URL that contains an asterisk, it will trigger a CORS error due to the browser understanding the URL as a [[Wildcard Character]]. The asterisk is a reserved character, therefore you need to use [[Percent-Encoding]] instead.