Hi, I have the requirement to unless the endpoint url as below, /api/sample/:type here 'type' is the request param. The problem is that i can't unless the url . Its still showing unauthorized. So what is the solution for this?
Hi,
I have the requirement to unless the endpoint url as below,
/api/sample/:type
here 'type' is the request param. The problem is that i can't unless the url . Its still showing unauthorized. So what is the solution for this?