I am using jersey client and I need to add a new property in the request
header.
I tried adding the headers using
1) ClientConfig config = new DefaultClientConfig();
config.getProperties().put(key, value);
2) Adding client Filter
How can we add new properties to the request header using jersey client.
--
View this message in context: http://jersey.576304.n2.nabble.com/Adding-properties-to-request-header-tp6031780p6031780.html
Sent from the Jersey mailing list archive at Nabble.com.