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

substitute string in proxied html #1239

Open
nosovk opened this issue Feb 7, 2025 · 0 comments
Open

substitute string in proxied html #1239

nosovk opened this issue Feb 7, 2025 · 0 comments

Comments

@nosovk
Copy link
Contributor

nosovk commented Feb 7, 2025

When we try to proxy some admin panels, there are a problem within getting access to resources placed on proxied domain.
We proxy domain login.admin.com, and inside we have script:

<script src="https://login.admin.com/js/material.min.js"></script>

But those scripts are blocked, because they are not proxied by warpgate.

Image

possible solution is to add option to replace domain name string "https://login.admin.com/" to "/"

But this could cause possible errors, because of that it should be an opt-in feature.

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

No branches or pull requests

1 participant