Details
-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
-
Story Points:5
-
Epic Link:
-
Sprint:Summer 4: 14 Jul - 28 Jul, Summer 5: 3 Aug - 14 Aug, Summer 6: 17 Aug - 28 Aug
Description
Making requests to the IGB API is done over http and some browsers see a security issue with doing so under an overarching secured connection and classify this as Mixed Content. Safari, for instance, blocks these sorts of requests.
Instead of making requests in this way, the window location can be changed using javascript, which initializes a new connection, circumventing the error. See my comment here for more details.
Task: Update the requests in app store to use the method described above, in order to allow all browsers to interact with IGB.
Update: Allow browsers that do not support http connections to localhost on a secure parent connection to connect to IGB over https.
Attachments
Issue Links
- relates to
-
IGBF-2987 Fix Galaxy IGB CORS issue
- Closed
-
IGBF-2505 Turn off redirection to https for galaxy bridge in bioviz-playbooks
- Closed
-
IGBF-2420 Determine why Safari is not letting the igb status check occur when choosing View in IGB on Safari
- Closed
-
IGBF-2485 Investigate IGB localhost endpoint HTTPS
- Closed
Things needing fixing: