facebook - web hooks face books how to bypass a secure website -


i setting webhooks facebook application, , required call url, url must in https

i have server call website not https, in http protocol

any idea bypass that? (work around? )

enter image description here

there's no way bypass it. however, if don't want buy ssl certificate domain, can configure domain name cloudflare , use universal ssl. have used facebook webhooks , works well. it's free , easy configure.

the free plan allows use flexible ssl. per docs:

flexible ssl: secure connection between visitor , cloudflare, no secure connection between cloudflare , web server. don't need have ssl certificate on web server, visitors still see site being https enabled.


Comments

Popular posts from this blog

How to start daemon on android by adb -

testing - Detect whether test has failed within fixture -

Angularjs unit testing - ng-disabled not working when adding text to textarea -