Jump to content

Recommended Posts

Posted

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.

 

 

Posted

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?

Posted

i solve the problem, just need create an htaccess and add that:

 

RewriteEngine On
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...