posted 5 years ago
I want to use csrf prevention in spring application. For that I am using spring security 3.2. But I dont want see login page. So how can I skip it? Is it possible to access my application without login page or can hardcode username and password to trigger automatically and processed to see web pages
?