Edge side includes

Hi

I’m trying to use Workers to append additional code to my final response. For example I would like the header and footer to be grabbed from different urls on the edge and then the one response returned.

Any help much appreciated.

Hi! There are many ways to do what you ask which range from doing a few subrequests and joining the responses to full Edge Side Includes: https://www.lukasrieder.com/drafts/f1874a1b6e0e1207e40a453ebaebda11fe052e15/

This is brilliant, than you.