1

I have used .NET and C# to create a REST web service for changing passwords. My question is how to secure the request body on the client side using POST ? Any suggestions ?

0

1 Answer 1

1

With a REST service the simplest is to use HTTPS/SSL, in this case you are securing the entire transport not just the body.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.