Re: Authorization header in http

2013-04-29 Thread Gonzalo Aguilar Delgado
AuthenticatedWebApplication class to manage my login and roles. While it works well I want wicket to set the Authorization http header each time it does a request. I don't really know if this makes sense. The application is currently working in this context http://localhost:8080/lead-services-war

Authorization header in http

2013-04-28 Thread Gonzalo Aguilar Delgado
Hello, I'm using AuthenticatedWebApplication class to manage my login and roles. While it works well I want wicket to set the Authorization http header each time it does a request. I don't really know if this makes sense. The application is currently working in this context http://localhost

Re: Authorization header in http

2013-04-28 Thread Martin Grigorov
class to manage my login and roles. While it works well I want wicket to set the Authorization http header each time it does a request. I don't really know if this makes sense. The application is currently working in this context http://localhost:8080/lead-services-war/ If I login wicket