Hey folks,
Has anyone figured out how to make multipart/mixed HTTP requests (to include a batch of HTTP requests nested inside one HTTP request)?
This is to batch-post URLs to Google for indexing.
Cheers,
Evgeny
Hey folks,
Has anyone figured out how to make multipart/mixed HTTP requests (to include a batch of HTTP requests nested inside one HTTP request)?
This is to batch-post URLs to Google for indexing.
Cheers,
Evgeny
I was not able to do it via Make, and opted to chain the API call instead. Not sure if it can be done via HTTP module in Make.
Would you be able to kindly share the module configs? Thank you so much 🩷
It was basically executing the APIs in order as specified in the document, as multipart/mixed is mainly used for batch APIs, so just segregating those and calling individual APIs was the solution I opted for.
I am not sure if I have the scenario/blueprint with me now. I will check and see if I still have access to that.