[nodejs] Sending Custom Headers from Client to Server

2013-05-16 Thread Rams B
Hi All, I am trying sending some Custom Headers from Client to Server. The following ajax call is capable to send header information to server. *Client AJAX Call:* $.ajax({ type: GET, url: ws_url, dataType: jsonp, headers:{ custom_header:head_val },

[nodejs] Re: Sending Custom Headers from Client to Server

2013-05-16 Thread Rams B
, greelgorke wrote: i trieyd out, it works for me: console.log(emp_value:+request.headers['custom_header']); *//** emp_value:head_val* Am Donnerstag, 16. Mai 2013 12:33:19 UTC+2 schrieb Rams B: Hi All, I am trying sending some Custom Headers from Client to Server. The following ajax