How can i get authorization header value in netsuite restlet 2.1
I am trying to get authorization header value in restlet 2.1 as [http.request.headers] in GET method. But it says undefined. Is there any possible way to achieve this. Thanks in advance.
No. You dont get headers in general in RESTlets.
@battk: Thanks. Is there any other possible way to do this ?
You could use a suitelet instead, But you probably want to share why you want to spy on the authorization