c# - Internet explorer url issue with special characters -


i'm trying fix bug on website , issue ie (all versions). bug following:

  • i have page display document according code.
  • but when code contains special charachters "ü" internet explorer want download rather display it.
  • in case it's picture can pdf or browser can display itself.

  • the url working others browsers...

  • https://example.com/getdocument?codedocument=testüblabla

thank reading :)

i same issue, can try that:

url = httputility.urlencode(url, encoding.utf8); 

Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -