DEV Community

reynaldi
reynaldi

Posted on • Edited on • Originally published at gist.github.com

1 1 1 1 1

List of free CORS Proxies

Proxy (A-Z) Methods Status Code Override Headers Exposed Headers Follow Redirect Timeout Size Limit Rate Limit
allorigins ✅ All ❌ (Always 200) 20/min
cloudflare-cors-anywhere ✅ All ✅ Mirror
codetabs ❌ (only GET) ❌ (Always 200) 625KB 5/sec
cors-anywhere ✅ All ✅ Mirror ✅ (max. 5) 50/3 mins
cors.x2u.in ✅ Mirror 20s 500KB 100/hour
thebugging ❌ (only GET) ✅ Mirror 10/hour

Note: These free proxies often have strict rate limits and may experience downtime. For production use, consider a production ready CORS proxy like Corsfix. It comes with unlimited monthly requests, and flexibility sending the request, with header override and cached responses.

Originally posted in GitHub Gist
https://gist.github.com/reynaldichernando/eab9c4e31e30677f176dc9eb732963ef

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • 0:56 --last-failed: Zero in on just the tests that failed in your previous run
  • 2:34 --only-changed: Test only the spec files you've modified in git
  • 4:27 --repeat-each: Run tests multiple times to catch flaky behavior before it reaches production
  • 5:15 --forbid-only: Prevent accidental test.only commits from breaking your CI pipeline
  • 5:51 --ui --headed --workers 1: Debug visually with browser windows and sequential test execution

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Click on any timestamp above to jump directly to that section in the tutorial!

Watch Full Video 📹️

Top comments (2)

Collapse
 
reynaldi profile image
reynaldi

originally posted here: gist.github.com/reynaldichernando/...

Collapse
 
reynaldi profile image
reynaldi

have you ran into a cors error before? let me know in the comments

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

If you found this post useful, consider leaving a ❤️ or a nice comment!

Got it