## FREQUENTLY ASKED QUESTIONS
### How do I fix a source error (503)?
Add the relevant ```User-Agent``` header.
Add the following header to your video player request:
```
{'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'}
```
### CORS causing trouble?
Use the Nganime CORS proxy.
Append the source link for the media to `https://cors.nganime.my.id/`, like so:
```
https://cors.nganime.my.id/
```