Make sure to end URLs in / when necessary
abingham opened this issue · 1 comments
abingham commented
I've found that some endpoints - a POST in my case - needs to have URLs ending in /. This is when making a POST to an endpoint managed by connexion. Perhaps there are other situations.
Maybe this is primarily a question of me learning when URLs need to end in / or not. I'm definitely fuzzy on it.
abingham commented
The problem was that I was actually throwing away trailing-/ information. That's all fixed now, I think.