mirror of
https://github.com/MinazukiAmane/Nganime-Docs.git
synced 2025-03-15 19:15:56 +08:00
23 lines
602 B
Plaintext
23 lines
602 B
Plaintext
## FREQUENTLY ASKED QUESTIONS
|
|
|
|
<br />
|
|
|
|
### How do I fix a source error (503)?
|
|
|
|
<details>
|
|
<summary>Add the relevant ```User-Agent``` header.</summary>
|
|
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'}
|
|
```
|
|
</details>
|
|
|
|
### CORS causing trouble?
|
|
|
|
<details>
|
|
<summary>Use the Nganime CORS proxy.</summary>
|
|
Append the source link for the media to `https://cors.nganime.my.id/`, like so:
|
|
```
|
|
https://cors.nganime.my.id/<SOURCE_LINK>
|
|
```
|
|
</details> |