Tag: HTTP

Minimal Python web server

Introduction There are various ways to implement a minimal Python web service or server. It can be easily implemented using the web.py python web framework. First, you need to install the library. Open a terminal and execute the following command… Provide the password when requested. If the installation goes smoothly, create a Python script and

Get and Post Method

Get vs Post Describe the basic differences between http methods post and get Answer POST Method: By default no proxy server or web browser is caching this data. You will always get the real data from your web server. The length of data you can send to the web server is only restricted by the