Setting Http Headers in blackberry application
- by soumyapoojary
I have set the header as c.setRequestProperty("Content-Language", "en-US"); in BB app and
i am reading it on server as Request.ServerVariables("HTTP_ACCEPT_LANGUAGE").
But i am getting a null value.
What may be wrong?