mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 17:53:24 +00:00
Update .docs/content/1.Guide/2.fetchers.md
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
This commit is contained in:
@@ -19,7 +19,7 @@ const fetcher = makeDefaultFetcher(fetch);
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Using fetchers on the browser
|
## Using fetchers on the browser
|
||||||
when using this library on a browser, you will need a proxy. Browser come with a ton of restrictions on when a webrequest can be made, and to bypass those restrictions you will need a cors proxy.
|
When using this library on a browser, you will need a proxy. Browsers come with many restrictions on when a web request can be made, and to bypass those restrictions, you will need a cors proxy.
|
||||||
|
|
||||||
The movie-web team has a proxy pre-made and pre-configured for you to use. For more information, check out [movie-web/simple-proxy](https://github.com/movie-web/simple-proxy). After installing, you can use this proxy like so:
|
The movie-web team has a proxy pre-made and pre-configured for you to use. For more information, check out [movie-web/simple-proxy](https://github.com/movie-web/simple-proxy). After installing, you can use this proxy like so:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user