c# - How to trace the unsecured http requests from a secured webpage -


i need make website secured after user logged website.but in https pages getting http requests.how can trace them or remove code?

one way enable extended logging on iis server , check referrer header fields submitted user-agents.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -