Closed
Description
Came across this issue when our security tags started getting large. It appears that the headers sent to algolia are being inlined as query params in the url. This can be seen on line 74 here. When I removed those and put them in the request header I only received a 400
when the header x-algolia-agent
was removed from the query params. Leaving just that one in the query params and moving the rest to request headers solved my issue.
I'd like to understand why these headers are being inlined into the url so that I might be able to supply a patch for this issue. Also any documentation on required headers/query params would be awesome as I could not find any.