Skip to content

CyberTKR/Python-Server

Repository files navigation

Python-Server

CyberTK Easy to use and make fake response over http/https

Just three steps as follows

  • clone this project
git clone https://github.com/CyberTKR/Python-Server.git
  • Run build.sh script (This step is for https protocal)
sh buils.sh
  • Run startHttpServer.sh/startHttpsServer.sh/startHttpBasicAuthServer.sh script
sh startHttpServer.sh 

Fake Response

You can put what you want. "res.json,xxx.xml.." in the resource folder, and then your url would be http://localhost:8001/{xxx.xml}