HEX
Server: Apache
System: Linux efa57bbe-abb1-400d-2985-3b056fbc2701.secureserver.net 6.1.147-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 24 12:33:32 EDT 2025 x86_64
User: root (0)
PHP: 8.0.30.4
Disabled: NONE
Upload Files
File: /var/www/wp-content/plugins/sucuri-scanner/inc/tpl/settings-apiservice-proxy.html.tpl
<div class="sucuriscan-panel">
    <h3 class="sucuriscan-title">{{API Communication via Proxy}}</h3>

    <div class="inside">
        <p>{{All the HTTP requests used to communicate with the API service are being sent using the WordPress built-in functions, so (almost) all its official features are inherited, this is useful if you need to pass these HTTP requests through a proxy. According to the <a href="https://developer.wordpress.org/reference/classes/wp_http_proxy/" target="_blank" rel="noopener">official documentation</a> you have to add some constants to the main configuration file: <em>WP_PROXY_HOST, WP_PROXY_PORT, WP_PROXY_USERNAME, WP_PROXY_PASSWORD</em>.}}</p>

        <div class="sucuriscan-hstatus sucuriscan-hstatus-2 sucuriscan-monospace">
            <div>{{HTTP Proxy Hostname}}: %%SUCURI.APIProxy.Host%%</div>
            <div>{{HTTP Proxy Port num}}: %%SUCURI.APIProxy.Port%%</div>
            <div>{{HTTP Proxy Username}}: %%SUCURI.APIProxy.Username%%</div>
            <div>{{HTTP Proxy Password}}: <span class="sucuriscan-label-%%SUCURI.APIProxy.PasswordType%%">%%SUCURI.APIProxy.PasswordText%%</span></div>
        </div>
    </div>
</div>