DORSETRIGS
Home

simplehttpserver (4 post)


posts by category not found!

Using Python SimpleHTTPServer to serve files without .html

Serving Files Without html Using Pythons Simple HTTP Server Have you ever needed to quickly share files without setting up a full blown web server Pythons built

2 min read 06-10-2024 50
Using Python SimpleHTTPServer to serve files without .html
Using Python SimpleHTTPServer to serve files without .html

How do I redirect a request to a different URL in Python

Redirect Requests in Python A Guide to XSS Testing Lets explore how to redirect requests in Python specifically within the context of XSS testing You re aiming

2 min read 07-09-2024 53
How do I redirect a request to a different URL in Python
How do I redirect a request to a different URL in Python

socket.error: [Errno 48] Address already in use

Address already in use Error in Python Understanding and Resolving the Issue This error often occurs when you attempt to start a server on a port thats already

2 min read 06-09-2024 39
socket.error: [Errno 48] Address already in use
socket.error: [Errno 48] Address already in use

Extract data from Get requests in python

Extracting Data from GET Requests in Python A Step by Step Guide This article delves into the process of extracting data from GET requests in Python We ll lever

3 min read 06-09-2024 56
Extract data from Get requests in python
Extract data from Get requests in python