How to disable server side pre-rendering? #706

Closed
opened 2025-08-09 17:17:21 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @anunaykumar on 5/30/2017

I am using react redux webapp template.

Another web application is doing a server side redirect to my JavaScriptServices webapp with some query parameters. I don't want these parameter to show up on the client side. I was thinking of disabling server side prerendering so that I could process the passed in parameters and rewrite the URL.

Whats the best way to achieve this?

Thanks

*Originally created by @anunaykumar on 5/30/2017* I am using react redux webapp template. Another web application is doing a server side redirect to my JavaScriptServices webapp with some query parameters. I don't want these parameter to show up on the client side. I was thinking of disabling server side prerendering so that I could process the passed in parameters and rewrite the URL. Whats the best way to achieve this? Thanks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#706
No description provided.