• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Recent content by Pierre Ringenbach

  1. P

    Question Error 200 delete User API REST

    That's right, I was able to solve the problem by making this change. Thanks again!
  2. P

    Question Error 200 delete User API REST

    precisely, I saw that the 200 errors meant that it worked, but yet the contact is not deleted. there would be an error in my code?
  3. P

    Question Error 200 delete User API REST

    Hello, I have a problem with my program that gives me a vague error. I use REST API with a key generated with the extension "Keychain for API Secret Keys" Everything works well (user creation, information retrieval, change account status) but it is impossible to delete the user. Instead, it...
  4. P

    Question Connexion by API-REST

    The API secret Keys are resolved the problem, thank you !
  5. P

    Question Connexion by API-REST

    when I search a little how to find my key to control, they bring me back here where I can regenerate my key. However if we look here, I only have this interface. Do you know how I can regenerate my key from here? for the moment I was looking for my key with this command, but this key changes...
  6. P

    Question Connexion by API-REST

    I just checked, the domain is correct. Could the key be the reason for the error? Where can I check which one is correct?
  7. P

    Question Connexion by API-REST

    Yes, but I don't have other restrictions for the API : For this line "$plesk_api_url = "https://domain:8443/api/v2/clients";" I use a Domain name pointed at IP address, it's necessary write an IPv4 of server ? The Domain name used is a domain name use of plesk panel, is good ?
  8. P

    Question Connexion by API-REST

    Hi, I'm learning how to manage my plesk users with the API (to do it automatically from another site), but, if I run my query, the 401 error still appears. Do you have any ideas to solve this? This is my request PHP : And here is the site's response : I have nothing in the F12 console Thank...
Back
Top