- Issue created by @weemondo
-
weemondo β
committed 4cc7eda6 on 1.0.x
git commit -m 'Issue #3361591: Change custom built solr request to POSTβ
-
weemondo β
committed 4cc7eda6 on 1.0.x
-
weemondo β
committed 9c2ec911 on 1.0.x
git commit -m 'Issue #3361591 by weemondo: Error connecting via Pantheon...
-
weemondo β
committed 9c2ec911 on 1.0.x
- π¦π·Argentina weemondo
The first commit resolved the first issue, but the second issue needed another commit.
Pantheon connector uses a custom curl/guzzle classes to inject certificates. This made the custom request we were building previously to fail.
The reason for building a custom connector was to more easily pass through variables directly from the incoming request. There is no way to build a custom GET request to send through to the solr server and we do not want to parse our incoming request into solarium commands.
The new version passes the variables to solr using a POST request avoiding the custom request. AFAIK it shouldn't affect results but YMMV.
Our exposed service still requires GET. - Status changed to Fixed
over 1 year ago 7:53pm 22 May 2023