skip to Main Content

Mixed content http and https wordpress – Woocommerce

I am working on a wordpress website, when i load my website from google chrome i found the following errors: Mixed Content: The page at 'https://www.example.com/' was loaded over HTTPS, but requested an insecure font 'http://example.com/wp-content/themes/woodstock/fonts/woodstock/woodstock.woff?421wez'. This request has been…

VIEW QUESTION

Use Laravel 7 HTTP client and OAuth Subscriber – Twitter API

I'm actually using Guzzle and Guzzle OAuth Subscriber https://github.com/guzzle/oauth-subscriber to post a tweet via the Twitter api. My code looks like this : $stack = HandlerStack::create(); $middleware = new Oauth1([ 'consumer_key' => config('services.twitter.client_id'), 'consumer_secret' => config('services.twitter.client_secret'), 'token' => $this->user->twitter->token, 'token_secret'…

VIEW QUESTION
Back To Top
Search