Transform url in pages?
Hello,
I need to transform (not redirect using _redirect) example.com/i/xxxxxx to example.com/i?url=xxxxxx where xxxxxx is a random string. How can i achieve it? Thanks
1 Reply
I've not used Pages yet, but in Workers I'm using fetch() and returning the response.