#4053 - Support IIS response codes in http.php
| Identifier | #4053 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Support IIS response codes in http.php |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | core |
| Description | Our downloader recognises '403' as a responsible code, but IIS has non-standard subcodes...
https://en.wikipedia.org/wiki/HTTP_403#Substatus_error_codes_for_IIS As things are currently implemented, these will be handled as unknown responses, rather than just as 403 responses (which they should be handled as). |
| Steps to reproduce | |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
IIS subcodes causes main codes to not be recognised, and 201 status code is not handled consistently.