Skip to content

Flask app for logging post requests. Handy for research, or even just logs on a remote server.

Notifications You must be signed in to change notification settings

lewiswatson55/request-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Request Logger

This is a simple Flask application that logs incoming HTTP requests to files. It allows you to specify different subdirectories for organizing the logged requests.

Documentation

Please refer to the Documentation for detailed information about the code and its usage.

Installation

  1. Clone the repository:
git clone https://github.com/lewiswatson55/flask-request-logger.git
  1. Install the required dependencies:
pip install -r requirements.txt

Usage

  1. Start the Flask application:
python app.py
  1. Access the application in your web browser at http://localhost:5000.

  2. Use the provided routes to log requests or test the dummy form.

Contributions

Contributions are welcome! If you find any issues or would like to suggest new features, please open an issue or submit a pull request.

About

Flask app for logging post requests. Handy for research, or even just logs on a remote server.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published