You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where possible, URL patterns should neither require nor prohibit trailing slashes. For example, let's allow both /submission and /submission/, not redirect one to another. And let's definitely not redirect /api/v1/forms/408809/ to /api/v1/ 😖 (where 408809 is a perfectly valid ID and /api/v1/forms/408809 works just fine)
After we've had our fun here, we should verify KPI's behavior too
The text was updated successfully, but these errors were encountered:
Where possible, URL patterns should neither require nor prohibit trailing slashes. For example, let's allow both
/submission
and/submission/
, not redirect one to another. And let's definitely not redirect/api/v1/forms/408809/
to/api/v1/
😖 (where408809
is a perfectly valid ID and/api/v1/forms/408809
works just fine)After we've had our fun here, we should verify KPI's behavior too
The text was updated successfully, but these errors were encountered: