Katana+OWIN Context Get HTTP Referrer? -


iowincontext not appear have http referrer in it, , need grab it. right way particular variable? iowincontext has several typed pems don't see referer in particular.

the system working self-hosted.

thanks.

the owincontext doesn't have 'http referer' item in request header. has been renamed in owin self host context. it's known 'referer'. once have object of owin context can information using:

context.request.headers["referer"] 

Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -