| Endpoint | https://workers.azgenai.com/test_auth_header.php |
| Method | POST |
| Content Type | multipart/form-data |
| Authorization | NOT SENT |
| JSON | NOT SENT |
| Job ID | 4 |
| Test File Size | 8,388,608 bytes (8 MiB) |
SUCCESS — HTTP 200
| HTTP Status | 200 |
| Response Content-Type | text/plain; charset=utf-8 |
| Total Request Time | 0.0134 seconds |
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.
POST requests are allowed.
The previous 403 is therefore likely related to the JSON request format or another request-specific rule.