quepid icon indicating copy to clipboard operation
quepid copied to clipboard

When using basic auth credentials in URL the query gets cut short

Open OkkeKlein opened this issue 2 years ago • 4 comments

Describe the bug After adding credentials to the Search Engine Request Handler input, the direct Solr query returns a 404 as the URL is cut short. /serp1?q=term&fq=bs_status: does not contain the value to filter on. Nor do any of the other filters show in the request..

The request works fine without credentials.

To Reproduce Steps to reproduce the behavior:

  1. Go to tune relevance
  2. Add credentials
  3. Click "Rerun my searches"

OkkeKlein avatar Aug 25 '23 12:08 OkkeKlein

Once #788 is done, this will be an easy fix....

epugh avatar Aug 28 '23 10:08 epugh

Need to push these changes live ;-). version 7.10

epugh avatar Nov 02 '23 22:11 epugh

doing some testing... and so interestingly the http://reader:[email protected] approach does NOT work with the proxy... I think becuase that url pattern gets cut out.. Moving to using the explicit basic auth field is goign to fix a couple of issues I suspect ;-)

epugh avatar Dec 02 '23 13:12 epugh

okay, so, I fixed this proxy thing in #1015 by actually digging it out of the proxied url, and using a proper basic auth header!

epugh avatar May 12 '24 15:05 epugh

This has been fixed!

epugh avatar Dec 16 '24 19:12 epugh