digitallyinduced/ihp

Alternative capitalization for URLs

Open

#208 opened on Jul 2, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Haskell (221 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (5,285 stars)
PR merge metrics
 (Avg merge 11h 20m) (21 merged PRs in 30d)

Description

When accessing a site with wrong capitalization, e.g. example.com/posts instead of example.com/Posts an "Action is missing" error is shown. Instead, we should check if an Action exists with another way of capitalization before showing an error. Examples: /posts -> /Posts /POSTS -> /Posts /pOSTS -> /Posts etc.

Contributor guide