Posts Tagged: routing
-
Flask 3.1 to 4.0 Migration Guide: Breaking Changes in Werkzeug 3.0 Routing
Flask 3.1 to 4.0 migration guide: Fix Werkzeug 3.0 routing breaking changes including new state machine router, custom converters part_isolating=False, strict_slashes fixes, SERVER_NAME host_matching, UTF-8 charset removal. Code examples, steps, verification for seamless upgrade.
-
Serving FastAPI Behind Traefik with Automatic HTTPS and Path-Based Routing
Deploy FastAPI behind Traefik using Docker Compose for automatic HTTPS via Let's Encrypt and path-based routing. Covers docker-compose labels, middleware for prefix stripping, and production considerations.