Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

live proxy improvements error reporting improvements #205

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Conversation

ikreymer
Copy link
Member

  • add custom error page for live proxy errors for >400 (except 404) status responses
  • error page sends a 'live-proxy-url-error' from page when loaded
  • add option to send messages when proxy POST request fail, or when rate limited, if messageOnProxyErrors is set, sending 'rate-limited' and 'post-request-failed' from the service worker

rewrite:

  • use if_ / fr_/ modifiers for iframes / frames again to help differentiate frames for live proxy
  • add tests for if_ frame rewrite

- add custom error page for live proxy errors for >400 (except 404) status responses
- error page sends a 'live-proxy-url-error' from page when loaded
- add option to send messages when proxy POST request fail, or when rate limited, if messageOnProxyErrors is set,
sending 'rate-limited' and 'post-request-failed' from the service worker

rewrite:
- use if_ / fr_/ modifiers for iframes / frames again to help differentiate frames for live proxy
- add tests for if_ frame rewrite
@ikreymer ikreymer merged commit 4241161 into main Oct 17, 2024
2 checks passed
@ikreymer ikreymer deleted the live-proxy-imp branch October 17, 2024 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant