GLYCAM-Web / website

A bare-bones repo to contain public website stuff and issues related to the GLYCAM Web Django apps.
4 stars 0 forks source link

Connection not working for www.glycam.org #172

Open Lachele opened 6 months ago

Lachele commented 6 months ago

Tool: GLYCAM-Web

Bug Description: Attempts to connect using www.glycam.org might time out or return an error. Sometimes, a redirect happens. This behavior is especially apparent when using the JSON API.

To Reproduce: Try to follow the instructions for using the API.

This works fine: bash api-https.bash build-sequence.json glycam.org

This does not: bash api-https.bash build-sequence.json www.glycam.org

Using http vs https also matters:

Expected behavior www.glycam.org should work. A redirect to glycam.org is ok, but it should be possible for www.glycam.org to work.