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
Expectation: do not use http? At least not hard coded this way; if the original request was http by itself, it is understandable, but if not (e.g., because https was used), why suddenly do http?
The text was updated successfully, but these errors were encountered:
Observation: In AuthController there are at least two occasions where http is being used.
hm-graphql-auto-api-explorer/server/controllers/AuthController.js
Line 10 in ababbd4
hm-graphql-auto-api-explorer/server/controllers/AuthController.js
Line 17 in ababbd4
Expectation: do not use http? At least not hard coded this way; if the original request was http by itself, it is understandable, but if not (e.g., because https was used), why suddenly do http?
The text was updated successfully, but these errors were encountered: