I have a situation when server creates an encrypted URL which is passed to client. Then the client can asses another service (a servlet) via this URL. I’m writing an integration test that must confirm that the URL that client received is really encrypted. Is there a way to do that?
Share
I think you have to encrypt it in the test exactly the same way you do on the server and then compare results.