connect-history-api-fallback icon indicating copy to clipboard operation
connect-history-api-fallback copied to clipboard

Fallback to index.html for applications that are using the HTML 5 history API

Results 12 connect-history-api-fallback issues
Sort by recently updated
recently updated
newest added

I got the following code: ```js app.use(history()); app.get('/index.html', (req, res) => { ... } ``` Is there any way to get the original path (before rewrite) inside the handler for...

Hello, I am affraid the commit 7af0bc7 has brought an unexpected issue. Let me explain: I am doing a call to an API with an URL of the form: /apis/core.py/endpoint...