Questions tagged [godaddy-api]

Questions regarding GoDaddy API

GoDaddy API used to interact with GoDaddy

The GoDaddy API allows developers to interact with the GoDaddy system to manage domains and accounts in the same way we do. The API can be used by anyone who wants to create their own experience for registering, purchasing, and managing a domain.

Site: https://developer.godaddy.com/

Docs: https://developer.godaddy.com/doc

280 questions
-1
votes
2 answers

Timezone is not changing after updating php.ini

I have hosted my PHP website on godaddy, it is working fine. But the problem is it is showing timezone to American/Phoneix which i want to change in Asia/Karachi. So i found that i have to put this (date.timezone = "Asia/Karachi") line in PHP.ini…
Muhammad Faizan Khan
  • 10,013
  • 18
  • 97
  • 186
-1
votes
1 answer

Access-Control-Allow-Origin is not working in PHP file hosted in Godaddy domain

I am running an angularjs application in my local system apache(http://localhost:8080). Here am trying to hit an API with post method. My API(http://php.mpect.com/demo/login.php) is hosted in godaddy server domain. Its a PHP file. I included…
-2
votes
0 answers

Node https request failed after 5 minutes

i am calling the nodejs api from my angular application both application is hosted on godaddy vps. my api takes 9 to 10 minutes to complete the calculation give back the respons. but after 5 minutes the is failed and give 404 error code in browser.…
-2
votes
1 answer

How to auto-upload files to a server from a local directory in ASP.NET

I am trying to upload an image from my computer to hosting server using ASP.NET code, but I don't know if it's possible. If it is, can you help me?
-2
votes
1 answer

Getting ssl certificate from godaddy and domain name, after I upload to Heroku they tell me to pay 7$they need me to

I bought domain name from GoDaddy, after that I try to get ssl certificate, so I bought from GoDaddy also, after I upload to heruko manually with crt and key, they tell me to get pay another 7$, for sorry I don't have a cpanel on my godaddy and I…
-2
votes
1 answer

Programatically Godaddy Sent email are not in 'sent items' folder C#.net

I'm sending email through asp.net code using godaddy mail server. Mail is sent successfully but not stored in sent item folder. I am using below code : SmtpClient client = new SmtpClient(); client.Host = "smtpout.secureserver.net"; client.Port =…
-3
votes
0 answers

Making an abuse Report API using python and GoDaddy API

I'm trying to create an abuse API using godaddys API, but I can't seem to post it. Here is the code that I created url = "https://api.ote-godaddy.com/v2/abuse/tickets" auth = { "api_key" : "3mM44UdB6FaWLn_AarYNUqJ6Aavv6CwKFCncC", "secret_key" :…
-3
votes
1 answer

Moving godaddy VPS Webserver to AWS?

Is it possible to move my VPS godaddy webserver that supports my iOS mobile social media application to AWS? AWS Lambda? If the database is copied over.. how much additional work will it take to get my aws database up and running on aws? AWS Lambda…
-3
votes
1 answer

MVC5 application on GoDaddy plex server. All I get is '500

I have built an MVC5 application and moved it to my GoDaddy plex server. All I get is '500 An exception occurred while processing your request'. I was told by GoDaddy that I had to have an Index.aspx page to start the application. I do not belive…
-3
votes
2 answers

Valid KML not loading when put on web server

Trying to do the simple but something is throwing it off it seems. Just want to load a KML file from a web page. So I've made a very simple KML file in Google Earth with one placemark on it, saved it and uploaded it to our orienteering club web…
1 2 3
18
19