M
Mark B
Does anyone know if there is a standard way to limit access to a webservice
(e.g. WsGetAccountBalance) to my C# application only?
Currently my webservice requests username and password for the particular
account but that doesn't stop someone else from creating an app that also
uses that username and password. I just want my app to be able to use the
webservice.
I could hard-code an access string "H53TKJNERVROIJVNBNEFVNB4920525350" into
my app to match with the webservice but I don't know if that is attackable.
I am using HTTPS.
(e.g. WsGetAccountBalance) to my C# application only?
Currently my webservice requests username and password for the particular
account but that doesn't stop someone else from creating an app that also
uses that username and password. I just want my app to be able to use the
webservice.
I could hard-code an access string "H53TKJNERVROIJVNBNEFVNB4920525350" into
my app to match with the webservice but I don't know if that is attackable.
I am using HTTPS.