https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39637
--- Comment #24 from Tomás Cohen Arazi (tcohen) <[email protected]> --- (In reply to Julian Maurice from comment #23) > For bug 38967, whatever is done on the backend, we still need to send all > those itemnumbers, right ? I don't see how Tomás suggestion can prevent long > URLs. In that particular case it would be better to send data in the request > body IMO Sending the query in the request body would solve this one too. I haven't proposed it because I was unsure about it's support across browsers and proxy software. But we implemented it for that specific case when `q=` was introduced. We also had a `x-koha-query` header we ditched because of this kind of limitations. And I'm sure we are going to remove the `Link` headers soon too, because sometimes the query is not that big, but we repeat it 3 times in the header :-D -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
