Submitted by julienld on Thu, 05/15/2014 - 09:26
When adding an Namcheap account, the Domain registration plugin output:
Failed to save account : HTTP/1.1 400 Bad Request
This is due to an request malformation at line 542 and 544 of webmin/virtualmin-registrar/namecheap-type-lib.pl
There is an extra 2 bytes of content, namely "\r\n", that is not accounted for in Content-length header.
Please add, before line 539:
$data = "$data\r\n";
And change line 544 for :
&write_http_connection($h, "$data");
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Thu, 05/15/2014 - 19:12 Comment #1
Thanks - this used to work fine, but I guess namecheap changed something. I will fix this in the next release of that plugin.
Submitted by Issues on Thu, 05/29/2014 - 19:21 Comment #2
Automatically closed -- issue fixed for 2 weeks with no activity.