dolthub / dolthub-issues

Issues for dolthub.com
https://dolthub.com
4 stars 1 forks source link

DoltHub API has unexpected behavior when using https://dolthub.com vs https://www.dolthub.com #542

Open tbantle22 opened 4 months ago

tbantle22 commented 4 months ago

When using DoltHub API, if a path handles multiple request methods (i.e. GET and POST), POSTs to https://dolthub.com will hit the GET path. POSTs to https://www.dolthub.com hit the correct path.

We need to either fix this or error so users know how to fix their request