承接 activeants/magento2-byteapifix 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

activeants/magento2-byteapifix

Composer 安装命令:

composer require activeants/magento2-byteapifix

包简介

Module to fix the missing Authorization header under PHP in CGI mode.

README 文档

README

Magento 2 Byte Api Fix

An extension to fix the use of the Magento2 API's under Byte hosting (https://www.byte.nl/kennisbank/item/php_cgi_modus).

Motivation

On of our webshops is hosted at Byte (https://byte.nl). Byte uses PHP under CGI mode. Authentication (Basic, Digest etc.) will not work out of the box and we wanted that to work without hacks.

Technical feature

This extension uses a plugin (http://devdocs.magento.com/guides/v2.0/extension-dev-guide/plugins.html) to access the REDIRECT_* variables from the environment variables as header variables.

Installation

composer require activeants/magento2-byteapifix
php bin/magento module:enable ActiveAnts_ByteApiFix
php bin/magento setup:upgrade

Modify the following rule in the .htaccess file:

RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

to

RewriteRule .* - [E=BYTE_AUTHORIZATION:%{HTTP:Authorization}]

Issues

Feel free to report any issues for this project using the integrated Bitbucket issue tracker, we will try to get back to issues as fast as possible.

License

The Byte Api Fix is free software, and is released under the terms of the OSL 3.0 license. See LICENSE.md for more information.

Credits

Active Ants provides e-commerce efulfilment services for webshops. We store products, pick, pack and ship them. But we do much more. With unique efulfilment solutions we make our clients, the webshops, more successful.

~ The Active Ants software development team.

统计信息

  • 总下载量: 20
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2017-03-16