How to create an IE8 add-on that adds an X-Forwarded-For header
I have several users coming from different places into a terminal server and browsing my site from the server. The problem is that i need to log what ip-address the user is actually coming from, not the ip for terminal server. I have full control over the terminal-server so I was thinking that some sort of add-on to IE8 on th开发者_StackOverflow社区e server could add an X-Forwarded-For
-header.
- Is this possible?
- If so, this should be a common problem, does anything like this exists already?
- If I need to make the add-on myself, where should I start?
- yes
- never heard about anything that implements your requirements
- you should a) find a way to get original user ip, maybe using terminal server api b) find a way how to create addon for browser your users are using c) glue those a) and b) together ;)
精彩评论