You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -343,13 +343,15 @@ The package publishes both ESM and CommonJS formats:
343
343
344
344
## Browser Compatibility
345
345
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.
347
349
348
350
## Related Projects
349
351
350
352
-[freeproxy-go](https://github.com/gfpcom/freeproxy-go) — Go implementation
0 commit comments