• Resolved arshavir

    (@arshavir)


    HTTP/1.1 403 Forbidden
    Connection: close
    Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0
    Pragma: no-cache
    Content-Type: text/html
    Content-Length: 1242
    Date: Mon, 17 Nov 2025 10:11:58 GMT
    Server: LiteSpeed
    alt-svc: h3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, quic=":443"; ma=2592000; v="43,46"

    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 403 Forbidden
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; "> <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
    <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">403</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Forbidden
    </h2>
    <p>Access to this resource on the server is denied!</p>
    </div></div><div style="color:#f0f0f0; font-size:12px;margin:auto;padding:0px 30px 0px 30px;position:relative;clear:both;height:100px;margin-top:-101px;background-color:#474747;border-top: 1px solid rgba(0,0,0,0.15);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;">
    <br>Proudly powered by LiteSpeed Web Server<p>Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.</p></div></body></html>
Viewing 1 replies (of 1 total)
  • Plugin Support wfphil

    (@wfphil)

    Hi @arshavir

    WordPress has its own funtion called wp_remote_post so that it can test if it can send requests back to itself:

    https://developer.wordpress.org/reference/functions/wp_remote_post/

    We use that test as our plugin needs to be able to send requests back to your hosting server and helps to diagnose a connection problem.

    That test is showing that your Litespeed server is blocking WordPress from sending requests back to your Litespeed server and your hosting provider will need to find the cause and remove this blocking.

Viewing 1 replies (of 1 total)

The topic ‘I get error: wp_remote_post() Response was: 403’ is closed to new replies.