I have an application that runs on a port and I need to call another application on another port to pass a token.
Passing a token per query param in url is good practice?
Example: link
I have an application that runs on a port and I need to call another application on another port to pass a token.
Passing a token per query param in url is good practice?
Example: link