GET request in the body of GET request
When you see multiple HTTP request on the same TCP segment, in general this is called 'HTTP pipelining'
By using pipelining, you can put multiple methods on one request from the client side: https://en.wikipedia.org/wiki/HTTP_pipelining