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 27, 2023. It is now read-only.
Instead of calling from command prompt as curl -X GET https://localhost:3000/identity i want to call it from my application through rest API. say for example from Postman. how can i do that. Assuming my hostname is abc.xyz.com i am trying it in postman as https://abc.xyz.com:3000/identity its giving 500 internal server error