campnet Posted October 15, 2020 Posted October 15, 2020 Php extension sodium: As of PHP 7.2.0 this extension is bundled with PHP So i can ask, how can i activate that. Im running php 7.2.30 version, but i can't use that. Quote
Krydos Posted October 16, 2020 Posted October 16, 2020 I'm glad it's working for you now. Marking solved. Quote
campnet Posted October 16, 2020 Author Posted October 16, 2020 another question, im trying to pass 'Authorization: Bearer ' . 'my token' over curl, but when im trying get that in another side, i can't receive, all code work's in another's server's, so that means that can be some feature? Quote
campnet Posted October 16, 2020 Author Posted October 16, 2020 i solve the problem, just need create an htaccess and add that: RewriteEngine OnRewriteCond %{HTTP:Authorization} ^(.*)RewriteRule .* - [e=HTTP_AUTHORIZATION:%1] Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.