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.
Krydos Posted October 16, 2020 Posted October 16, 2020 I'm glad it's working for you now. Marking solved.
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?
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]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now