Prerender_asp_mvc icon indicating copy to clipboard operation
Prerender_asp_mvc copied to clipboard

Prevent prerender from intercepting error code responses

Open agileruben opened this issue 2 years ago • 0 comments

We need to stop the prerender.io middleware package from intercepting errors (3xx, 4xx, 5xx) and forwarding them through prerender.io.

The way how it's currently implemented it intercepts every response and forwards it through prerender.io. This caused us to rack up additional fees this last month. So it would be great to make that configurable.

Also the list of bot user-agents is hard-coded. So, we are not able to configure this, which is what we would "like" to be able to do.

agileruben avatar Sep 05 '23 20:09 agileruben