• 本站招聘各个版块版主共同发展,有意可私聊站长
资源图标

Custom HTTP Client headers Alpha 1.0.0

没有下载权限

庆祝国庆中秋本站暂时关闭邀请码注册 https://t.me/tearcc

This simple add-on just allows add/set custom headers to all HTTP requests from XenForo via src/config.php. For example, you may want set Accept-Language for using another language, if remote web-resource respects this header.



Example usage (src/config.php):





PHP:



<?php

// database options ...
// additional options for caching (for example), proxying all HTTP requests and another...

$config['http']['headers'] = [
// Prefers russian language; if not present - then english or any another language
// More details:
'Accept-Language' => 'ru, en;q=0.9, *:q=0.5'
];
作者
无名
下载
0
查看
2
首次发布
最后更新

Ratings

0.00 星 0 星

来自无名的更多资源

后退
顶部