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

Open weasis:// protocol on a machine different than that requested the URL #40

Open
amasmiller opened this issue Dec 16, 2021 · 1 comment

Comments

@amasmiller
Copy link

Question about whether a feature is available:

If the machine running the weasis-pacs-connector is accessed from another machine on the same network, is it possible to have the
weasis:// URI launch on the machine running the weasis-pacs-connector (as opposed to the machine it is accessed on)?

For example: if the machine at 10.0.0.26 is running the weasis-pacs-connector, but then a browser on the machine 10.0.0.50 navigates to the URL http://10.0.0.26:8080/weasis-pacs-connector/weasis?studyUID=2.16.124.113577.1.1712011672.20140519143659.692.0&cdb, is it possible for WEASIS to open on 10.0.0.26 (not 10.0.0.50)?

It doesn't currently appear possible, but wanted to check. Thanks!

@bryanc806

@nroduit
Copy link
Owner

nroduit commented Dec 17, 2021

weasis-pacs-connector is a web service that allows redirection to a Weasis launch URI (weasis://). The weasis:// URI can only be executed locally. The browser delegates to the system level where the custom URI is registered.

However, it is possible to make as many redirections as desired on the calling URL http://10.0.0.26:8080/weasis-pacs-connector/weasis by using a proxy server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants