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]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...