Secure REST Inbound Servce
Hi
I have exposed REST Inbound service to external system as below
https://XXXXXX:9001/siebel/v1.0/service/REST PF BS/Get Customer Details
and
authorization - Basic
username:xxxxx
password:xxxxx
body is passing as
{
"body":
{
"Id Number":"XXXXX"
}
}
my quesion is there any way make this this as secur.how we can me this service as secure service