Route::post('/login-details',array('https','HomeController@login_details'));
But the same thing is working in http POST and all GET URL also working only form POST SSL not working? Any clue?
Route::post('/login-details',array('https','HomeController@login_details'));
But the same thing is working in http POST and all GET URL also working only form POST SSL not working? Any clue?