nosinovacao / name-sdk

A dependencies management library designed to expose and access dependencies information.
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

Manifest UI accesses the HTTP endpoint when behind a SSL Termination proxy #9

Closed Symbianx closed 7 years ago

Symbianx commented 7 years ago

When behind an SSL Termination proxy, NAME sets the url in the manifest ui HTML with the HTTP protocol instead of HTTPS. This causes the javascript request to fail.

Changes:

In order to resolve this and prevent future problems, the url to be set in the HTML should be relative instead of absolute.