ASP.net skipping the special characters from the URL?

  • Thread starter Thread starter Rahul Agarwal
  • Start date Start date
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
 
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

Back
Top