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

Add Support for Relative Paths in Iframe URLs When Using Proxy Pass #1189

Merged

Conversation

mauroalexandre
Copy link
Contributor

Pull Request Description

Context:
When using FUXA behind a web server with proxy pass to run multiple applications at the same address, such as:

  • www.mycustomer.com/FUXA
  • www.mycustomer.com/ANOTHER-SYSTEM
  • www.mycustomer.com/ANOTHER-SYSTEM-2

it's beneficial to use relative paths in the iframe URL.

Proposed Changes:

  1. Support Relative Paths:

    • Modify iframe URL references to support relative paths for better integration with other systems on the same domain.
  2. Proxy Configuration Adjustments:

    • Review and adjust proxy settings to ensure proper resolution of relative paths.

Motivation:

  • Improve flexibility and compatibility of FUXA when hosted behind a web server with proxy pass.
  • Simplify integration and maintenance of multiple applications under the same domain.

Please review the changes and provide feedback.

@mauroalexandre
Copy link
Contributor Author

@unocelli What do you think of this suggestion for change?

@unocelli unocelli merged commit 902604e into frangoteam:master Jun 2, 2024
@unocelli
Copy link
Member

unocelli commented Jun 2, 2024

Hi @mauroalexandre, Good Job, Thanks

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.

None yet

2 participants