[web2py] restful services call

2022-11-23 Thread T.R.Rajkumar
Is web2py.com down, I am not able to access. Also, in the book services is not responding. How to call restful services in web2py? Thank you. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/we

Re: [web2py] Re: Issue password in plain text before sending when login in the website via HTTPS

2022-11-23 Thread Christian Varas
Hello. TLS is enough to encrypt and secure the connection, the whole point of HTTPS protocol is to make a clear text channel secure. If someone is sniffing your HTTPS connection, will be not able to read the traffic, except if the attacker performs a Man In the Middle and replace the TLS certific

Re: [web2py] Re: Issue password in plain text before sending when login in the website via HTTPS

2022-11-23 Thread Arglanir
Hello, It is a big question, and does not concern only web2py. You can find people asking the same general question in StackOverflow. And the aswers are generic : The most important is the TLS communication. https://security.stackexchange.com/questions/110415/is-it-ok-to-send-plain-text-password-