openedx / wg-frontend

Open edX Frontend Working Group
4 stars 0 forks source link

Ensure MFE runtime configuration API supports trailing slash #175

Open adamstankiewicz opened 1 year ago

adamstankiewicz commented 1 year ago

The MFE runtime configuration API in edx-platform does not currently work when used with a trailing slash (/), returning a 404. However, many APIs throughout Open edX accept either a trailing slash or no trailing slash, sometimes auto-redirecting from the given URL no trailing slash to the URL with a trailing slash.