posted 16 years ago
Hi
I am trying to use asp.net to grab the user-Agent then display it on the a phone.
However I noticed when the midlet connection to my asp.net website application no user-agent is sent and I don't understand why.
Here is my code:
Here is my midlet code:
When I check the debugger of my asp.net app only 2 header fields get sent to it.
1.context-length
2. host
That's it nothing else. I am not sure what I am missing.