You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some shared hosting providers block request when $_GET contains url. To fix the issue we need to change request method to hint parser from get to post.
Some shared hosting providers block request when
$_GETcontains url. To fix the issue we need to change request method to hint parser fromgettopost.