|
|
|
|
|
by spankalee
2131 days ago
|
|
All claims seem to be based on the same URL mapping ability that's ascribed to WebBundles and for some reason, not servers or edge workers. The infrastructure needed to randomize and remap URLs for bundles is basically the same as for endpoint URLs. You can already serve all requested content, including things a blocker might want to block, as first party, meaningless URLs. https://my-site.com/1g276dn4kas for everything. Store the URL map in the session data rather than bundle. I don't even think the hard part in either case is mapping the URLs and serving the content, but rewriting all the references to the URLs in the source files. |
|