The site dashboard control panel at watchful.net is unable to connect to my domain - verified that the secret key within the Joomla extension/plugin on my site is the same as the key displayed in the site dashboard (and I used the button within the client to connect to the site dashboard - this worked going from my site to watchful, but watchful is unable to connect back to my site).
So, my question is, is there any blocking configured for sites like this? The watchful dashboard is able to get my site title, and other meta data, but it is unable to connect to itâs plugin that is installed on my site. One of the options in their FAQ in the knowledgebase says to whitelist their IPs (or ask your hosting admin to do so):
34.250.7.114
34.250.132.64
34.250.203.214
I suspect the answer to this will be no - I just get that feeling, itâs quite strict around here. You get a lot of idiots, like the blockchain guy who says his crypto site isnât a crypto site when clearly it was a crypto site (oh yes, that thread is entertainingâŚ)
Can someone either explain why their SaaS doesnât seem to be connecting to my site, or why infinity is blocking it in the first place? Is it to force users onto a paid plan in order to automate backups - Iâm considering upgrading in any case once my business starts generating a profit, however I will actively resist doing so if it feels like Iâm being forced to do so for no other reason than marketing-disguised-excuses!
Thanks for the reply! I donât want to move my site, just download my files that I generate manually (or within my browser at a set time) at a set time - its not an automated backup as such, its just automating the download of the backup I have generated and keeping it in a central off-site location.
Now I know that if it doesnât originate within the brower, that is a techincal enough explanation that I can live with. As long as I understand things, I can work with (not around ) - its the not understanding that sets of my autistic ways - I have to know why and citing T&Cs is not a why.
The T&Cs about file sharing, whilst ultimately the reason why youâve chosen to limit access to the browser, isnât the reason why the extension doesnât work. Itâs because such extension wonât be connecting via a browser (or curl, or wget - actually⌠would these work?)
Okay, another question - I assume the PHP scripts that watchful and other admin plugins contained outwith my infinity hosting service wonât work, as you eloquently described above, because they are not browser connections.
Would a web request sent via a linux box using curl or wget, which are browsers, work?
The requirements are that the âbrowserâ should be able to run Javascript and accept cookies. If it doesnât, it canât access the site.
curl and wget are both basic HTTP clients. They do HTTP, but donât do cookies or any sort of processing or execution on the page result, including running Javascript.
And it would be strange that cURL from the command line would work but cURL from PHP would not, given that they use the same system under the hood.
So, thatâs a no then, they donât work? (Sorry, I know you provided quite a few details, and thanks, those details do help) But you didnât actually answer the question Iâm inferring a no, they donât work - is my inference correct?
This is helpful because I had been intending to do some sort of script that wraps something like curl - but if it doesnât work then I can save myself the hassle. And I think Iâve just stated the reason why you would probably not want either of those tools to work for the free hosting package - whilst I am clearly an honorable, hardworking gentleman and businessman, someone else might script something nasty using those âbrowsersâ.