You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requests made in HTTPS environments are not correctly setting the baseUrl for requests to the ripple-search-api endpoint when used in a secure HTTPS environment.
See https://digital-engagement.atlassian.net/browse/SDPSUP-4331
Requests made in HTTPS environments are not correctly setting the baseUrl for requests to the ripple-search-api endpoint when used in a secure HTTPS environment.
See https://github.com/dpc-sdp/ripple/blob/develop/packages/ripple-nuxt-tide/lib/templates/plugin.js#L25
Suggested solution
Check req has
secure
property set and use that instead.See https://stackoverflow.com/questions/10348906/how-to-know-if-a-request-is-http-or-https-in-node-js
The text was updated successfully, but these errors were encountered: