LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   which protocol is used for webpages #ultranoob (https://www.linuxquestions.org/questions/linux-newbie-8/which-protocol-is-used-for-webpages-ultranoob-4175598219/)

swb666 01-25-2017 09:57 AM

which protocol is used for webpages #ultranoob
 
hello,
i wanted to run an ip provider scan on a hostname with a software which required the protocol.. i just closed the software and tried it with http://www.whoishostingthis.com/ to improve my knowledge to avoid getting stuck in such things
i want to know which protocol is used for webpages ( i think its http ) if so does the login page uses the same protocol ?
someone told me they use a different protocol in their /login page to keep it more secure ( im ultra noob )

and what is the difference between post and get

szboardstretcher 01-25-2017 10:07 AM

Linuxquestions rule:
Quote:

Posts containing information about cracking, piracy, warez, fraud or any topic that could be damaging to either LinuxQuestions.org or any third party will be immediately removed.
Can't help you crack a password.

swb666 01-25-2017 10:31 AM

Quote:

Originally Posted by szboardstretcher (Post 5659999)
Linuxquestions rule:


Can't help you crack a password.

yeah you're right.

szboardstretcher 01-25-2017 10:45 AM

Most web pages run on the protocol HTTP which is port 80. The more secure sites use certificates and run HTTPS on port 443 - this is called SSL and its communication is secure from end to end. HTTP is just plain text and can be read by anyone.

If the web page doesn't need security - like a public weblog - then it might be served up as HTTP. Login pages, admin pages, banking and other secure areas will be delivered in HTTPS/SSL. You should be able to see a little icon on the left of the page in your browser that shows the certificate the site uses.

swb666 01-25-2017 11:09 AM

Quote:

Originally Posted by szboardstretcher (Post 5660017)
Most web pages run on the protocol HTTP which is port 80. The more secure sites use certificates and run HTTPS on port 443 - this is called SSL and its communication is secure from end to end. HTTP is just plain text and can be read by anyone.

If the web page doesn't need security - like a public weblog - then it might be served up as HTTP. Login pages, admin pages, banking and other secure areas will be delivered in HTTPS/SSL. You should be able to see a little icon on the left of the page in your browser that shows the certificate the site uses.

thanks for your time, and your great answer.


All times are GMT -5. The time now is 03:51 PM.