0

I have two web services that listen to different ports on the same server.

First one is used to to authenticate users. I pass my username and password in the URL and it returns a SessionId variable and my UserName.

How can I call the second service using this information?

Thank you...

  • see this: https://stackoverflow.com/questions/30858890/how-to-use-httpclient-to-post-with-authentication – fmansour Oct 20 '21 at 11:39
  • _I pass my username and password in the URL_. You have a security problem... – Max Oct 20 '21 at 11:47

0 Answers0