ASP.net skipping the special characters from the URL?

R

Rahul Agarwal

Hi All

We found that ASP.net is skipping the special characters passed in a URL

?context.Request.RawUrl
RawUrl:
"/iPower/GUI/DSHContactSearch.dset?@pvcClientName=&@pvcSurname=Røssland&@pvcFirstName=&@pvcErrMsg="

?context.Request.Item("@pvcSurname")
"Rssland"

The character 'ø' is missing from 'Røssland'

Please help
Thanks
Rahul
 
R

Rahul Agarwal

Hi Juan

Thanks for the reply.

Since context.Request.RawUrl is returning the special character, is it
possible to encode there and then use context.Request.item ?

Thanks
Rahul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top