Hello Jahid, All non-standard headers are stored in a specific attribute of the response object.
Form additionalHeaders = new Form();
additionalHeaders.add("your header name", "your header value");
response.getAttributes().put(HttpConstants.ATTRIBUTE_HEADERS,
additionalHeaders);
best regards,
Thierry Boileau
> Hi,
>
> Can anyone tell me, how can I set non-standard hears in Response object from
> server side. So that client can fetch that.
>
> Thanks in advance.
>
> Regards,
>
>
> Jahid
>

