ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,662
- Points
- 823
Reputation:
ENXF NET submitted a new resource:
Custom HTTP Client headers - Allows set additional HTTP headers via 'src/config.php'
Read more about this resource...
Custom HTTP Client headers - Allows set additional HTTP headers via 'src/config.php'
This simple add-on just allows add/set custom headers to all HTTP requests from XenForo viasrc/config.php
. For example, you may want setAccept-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...
Read more about this resource...