Search
 
SCRIPT & CODE EXAMPLE
 

PHP

Invalid request (Unsupported SSL request)

//Invalid request (Unsupported SSL request)
//Alterar
URL::forceScheme('https');
//para
URL::forceScheme('`http`');
//limpar o cache usando o comando:
php artisan config:cache
Comment

invalid request (unsupported ssl request)

//check that app is local
if ($this->app->isLocal()) {
//if local register your services you require for development
    $this->app->register('BarryvdhDebugbarServiceProvider');
} else {
//else register your services you require for production
    $this->app['request']->server->set('HTTPS', true);
}

Comment

PREVIOUS NEXT
Code Example
Php :: PHP Max Input Vars 
Php :: php hash password using bcrypt 
Php :: artisan mograte particular tabel 
Php :: wp get acf category in post 
Php :: if else in php html 
Php :: how get the latest arraye value in laravel 
Php :: route params link laravel 
Php :: php compare two versions return true or false if version is big 
Php :: how to get random element from a given array via php faker in laravel 
Php :: laravel RuntimeException Session store not set on request. 
Php :: php instance class from string 
Php :: how send parameter with command in laravel 
Php :: wordpress remove add new button 
Php :: wordpress get site title 
Php :: carbon last day of month in timestamp 
Php :: php difference between two dates 
Php :: php json_decode without quotes 
Php :: laravel sort by numbers 
Php :: laravel run seeder 
Php :: php number to color 
Php :: php upload from url 
Php :: append file in php 
Php :: run a server php terminal 
Php :: laravel set config value runtime 
Php :: laravel eloquent where id not equal to 
Php :: php run localhost 
Php :: php get url 
Php :: get words after string in in php 
Php :: In PackageManifest.php line 122: 
Php :: routing code in drupal 8 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =