AZ GenAI POST Diagnostic

Purpose:

Determine whether LiteSpeed allows a server-to-server POST request.

This test does NOT use Authorization.
This test does NOT use JSON.

Request

Endpointhttps://workers.azgenai.com/test_auth_header.php
MethodPOST
Content Typemultipart/form-data
AuthorizationNOT SENT
JSONNOT SENT
Job ID4
Test File Size8,388,608 bytes (8 MiB)

HTTP Result

SUCCESS — HTTP 200

HTTP Status200
Response Content-Typetext/plain; charset=utf-8
Total Request Time0.0134 seconds

Raw Response

AZ GenAI Worker API Diagnostic
==============================

PHP: 8.4.24

REQUEST_METHOD:
POST

HTTP_AUTHORIZATION:
NOT PRESENT

REDIRECT_HTTP_AUTHORIZATION:
NOT PRESENT

POST DATA:
{
    "test": "azgenai",
    "job_id": "4",
    "filename": "worker-job-4-test.bin",
    "mime_type": "application/octet-stream",
    "file_size": "8388608"
}

Diagnostic complete.

Interpretation

POST requests are allowed.

The previous 403 is therefore likely related to the JSON request format or another request-specific rule.