• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

API RPC - Create subdomain not working properly

N

Nak0

Guest
Hi,

I'm trying to create a subdomain with the API.

I send the next packet:

<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.6.3.3">
<subdomain>
<add>
<parent>domain.com</parent>
<name>test</name>
</add>
</subdomain>
</packet>

The browser (google chrome) returns an error: Error 324 (net:: ERR_EMPTY_RESPONSE)

The subdomain is created correctly

Because when I create the subdomain the browser shows me an error (Error 324) instead of displaying the result indicated in the documentation?

Other pakets return result ok, only create subdomain return this error.

Plesk 10.3.0 on CentOS release 5.7 (Final)

Thanks for the help.
 
Last edited by a moderator:
I have gone through your thread post about the error shown while trying to create a sub domain using API. I have never used the API RPC API for creating sub domain before. I manually create sub domains from the cpanel. I think will be really great if we can use this API successfully for creating sub domains. I will try using this API to create a sub domain in my server today itself by uploading a sample page that integrates this API. I will post my reviews about this API and whether it worked or not, after trying it.
 
I have a same problem Error 324 (net:: ERR_EMPTY_RESPONSE) no luck to find the solution. if anyone has solutions please respond.
 
Back
Top