Changes between Initial Version and Version 1 of Ticket #47551, comment 4
- Timestamp:
- 06/17/2019 03:30:17 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47551, comment 4
initial v1 1 1 Hi @pranayjain2511, welcome to WordPress Trac! 2 2 3 A DoS (Denial of Service) against `xmlrpc.php` is no different to one against the homepage or `wp-login.php`, preventing i s out of scope for WordPress. Caching and security plugins often attempt to cover this well, but ultimately it's a issue that needs to be handled at the server level.3 A DoS (Denial of Service) against `xmlrpc.php` is no different to one against the homepage or `wp-login.php`, preventing it is out of scope for WordPress. Caching and security plugins often attempt to cover this well, but ultimately it's a issue that needs to be handled at the server level. 4 4 5 5 See #35532, #36806, #24193, and other similar tickets.