c# - Hide the src string of an image tag -


for example have:

<img src="http://gateway.com/providername/nameofthesupplier/requestedimg.jpg" /> 

now customers complaining there customers can see company name in url. because work change structure of gateway use, search way it.

is there way can hide src client? example base64, or encryption can decrypt client-side?

simple answer: no. long answer: no. technical answer: displayed browser needs translated human readable* text in 1 way. can obfuscate server side though.

*) human readable includes short names http://gateway.com/p/n/r.jpg.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -