Skip to content

Commit 29ca9d9

Browse files
committed
fix(docs): updated README.md
1 parent 6f1adc8 commit 29ca9d9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,13 +343,15 @@ The package publishes both ESM and CommonJS formats:
343343

344344
## Browser Compatibility
345345

346-
This package is designed for Node.js only and uses Node.js built-in `https` module. For browser usage, consider using the browser-compatible [freeproxy-js](https://github.com/gfpcom/freeproxy-js) library instead.
346+
This package is designed for Node.js only and uses Node.js built-in `https` module. Browser-based requests to the GetFreeProxy API are not supported due to CORS restrictions - the API does not allow direct calls from web browsers.
347+
348+
For server-side or backend use, use this package. For browser-based applications, consider implementing a proxy server or API gateway to relay requests through your own backend.
347349

348350
## Related Projects
349351

350352
- [freeproxy-go](https://github.com/gfpcom/freeproxy-go) — Go implementation
351353
- [freeproxy-python](https://github.com/gfpcom/freeproxy-python) — Python implementation
352-
- [freeproxy-js](https://github.com/gfpcom/freeproxy-js)Browser-compatible JavaScript implementation
354+
- [freeproxy-php](https://github.com/gfpcom/freeproxy-php)PHP implementation
353355

354356
## Contributing
355357

0 commit comments

Comments
 (0)