Rajveer singh

Rajveer singh

  • 764
  • 1k
  • 241k

How to call basic authentication API in c# client.

Jul 5 2018 6:41 AM
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)