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

HTTP access to isstle.aspx from https endpoint #69

Open
DougBurke opened this issue Nov 18, 2020 · 2 comments
Open

HTTP access to isstle.aspx from https endpoint #69

DougBurke opened this issue Nov 18, 2020 · 2 comments

Comments

@DougBurke
Copy link

I am seeing requests for http://worldwidetelescope.org/wwtweb/isstle.aspx when the page is served over https (e.g. https://www.worldwidetelescope.org/webclient/sdk/wwtsdk.js was loaded).

@pkgw can't see it so perhaps it's something odd about my app - easiest way is https://chandraobservatory.herokuapp.com/test/index.html but it also happens at the production endpoint https://chandraobservatory.herokuapp.com/index.html

The page can be found at https://bitbucket.org/doug_burke/chandraobs/src/master/static/test/index.html and JS is in https://bitbucket.org/doug_burke/chandraobs/src/master/static/js/test/ (sorry, I write old-school JS).

@pkgw
Copy link
Contributor

pkgw commented Nov 18, 2020

Thanks Doug. To clarify, I see the issue with Doug's app, but not on the mainline webclient over HTTPS. Odd ...

The isstle URL is going through the URLHelper framework:

string url = URLHelpers.singleton.coreDynamicUrl("wwtweb/isstle.aspx");

But it looks like possibly it might get invoked before the HTTP-vs-HTTPS stuff is set up? Not sure why this would happen on Doug's app but not the mainline, though.

@astrojonathan
Copy link
Member

This is for the ISS Two Line Element set to compute the current ISS Position. Not sure why it is not getting the relative URL.

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

No branches or pull requests

3 participants