Use apiweb URLs for all web-based calls to the API
Various javascript functionalities and forms in the web interface make calls to the API to get or process data. The current Apache configuration (verify a certificate IF presented on /api/*) causes pop-ups for users who have certificates in their browsers if they visit any pages which have these functionalities. So we have changed all of those URLs to use /apiweb/ for now to prevent the certificate challenge. This will be resolved in the future by getting away from certificate-based authentication.
Showing
- config/urls.py 1 addition, 1 deletionconfig/urls.py
- gracedb/templates/gracedb/event_detail_script.js 5 additions, 5 deletionsgracedb/templates/gracedb/event_detail_script.js
- gracedb/templates/gracedb/index.html 1 addition, 1 deletiongracedb/templates/gracedb/index.html
- gracedb/templates/profile/manage_password.html 1 addition, 1 deletiongracedb/templates/profile/manage_password.html
- gracedb/templates/superevents/detail.html 8 additions, 8 deletionsgracedb/templates/superevents/detail.html
- gracedb/templates/superevents/file_list.html 1 addition, 1 deletiongracedb/templates/superevents/file_list.html
- gracedb/templates/superevents/superevent_detail_script.js 7 additions, 7 deletionsgracedb/templates/superevents/superevent_detail_script.js
Loading