1
Answer

How to call basic authentication API in c# client.

Rajveer singh

Rajveer singh

6y
865
1
Hi all,
                  I make a client in c# windows and call Basic authentication API (POST method)  with input XML send to server and server give a response in XML 
 
like input 
 
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><xml><Age>26</Age><emp_id>457812</emp_id>
 
how to make this? 
Answers (1)