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
{{ message }}
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
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?
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?