Created by: ksullivan
We have a node proxy (say "https://node.com") which points to a wordpress site (say "https://word.com").
If you go to "https://word.com///pricing", wordpress will redirect you to "https://word.com/pricing". Cool.
If you go to "https://node.com///pricing", the proxy only passes "/pricing" through to wordpress (not "///pricing"), so it doesn't redirect to "https://node.com/pricing" and you stay on "https://node.com///pricing".
It would be nice if the proxy didn't interfere with the path.