nroduit/weasis-pacs-connector

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

amasmiller opened this issue · 1 comments

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

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.