Coder Social home page Coder Social logo

Comments (6)

Aikhjarto avatar Aikhjarto commented on July 20, 2024 3

Any news on this?

The captcha still prevents automated access from a script. I had contact with HostEurope, and they do not plan to remove the captcha.
As a far-fetched workaround, I'm currently using HostEurope's mail service, which works, but has some limitations, e.g. no possibility to set the TTL.

from hosteurope_domservice.

Aikhjarto avatar Aikhjarto commented on July 20, 2024

Yes, I was planning to work on the login problem. However, last time i checked, there was a captcha and I could not find a way around it. As the captcha is gone, work can continue.

@bb Nice work, I tried your command to store the cookies and it seems to work for me too. At least for curl. I Just pushed a commit to include your work. Any change this might also work with wget?

from hosteurope_domservice.

bb avatar bb commented on July 20, 2024

I‘m currently on a family trip and don’t have the computer with me, so I can’t try. Maybe this stack overflow answer helps: https://stackoverflow.com/questions/1324421/how-to-get-past-the-login-page-with-wget

from hosteurope_domservice.

phil8900 avatar phil8900 commented on July 20, 2024

It seems that the captcha reappeared which is too bad, the idea of this script is amazing - but there is probably not much we can do as of now..

from hosteurope_domservice.

cstender avatar cstender commented on July 20, 2024

As a workaround you can login via browser and export the cookie (using e.g. this add-on https://addons.mozilla.org/en-US/firefox/addon/export-cookies-txt/). Afterwards just remove the login part from the hosteurope_domservice.sh script and everything works fine. At least for many domains it is still better than doing the update manually.

from hosteurope_domservice.

mf0390 avatar mf0390 commented on July 20, 2024

Any news on this?
I tried implementing this in PHP and I am stuck at the login request. The response JSON shows me this:
string(75) "{"name":"SsoError","code":8020,"message":"Recaptcha is required for login"}"

I tried adding the cookie file and jar with the following cURL options:
curl_setopt($curl, CURLOPT_COOKIEJAR, 'hosteurope.cookies');
curl_setopt($curl, CURLOPT_COOKIEFILE, 'hosteurope.cookies');

The file is created whenever I run the PHP script and it also contains some data, but it did not make the error go away.

from hosteurope_domservice.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.