Answer the question
In order to leave comments, you need to log in
How to solve the long URL problem?
When sending a GET request, if Network
> Headers
> Request URL
has a length of 10000+ characters, then the request ends with an error.
The error appears if, for example, you write a very long text in the search or include many filters in the parameters.
There are no error statuses, in Console
Access to XMLHttpRequest at https://some url text.............
GET https://some url text............. net::ERR_FAILED
Answer the question
In order to leave comments, you need to log in
It is clear that the link is very long for a GET request, but what are the ways to solve this problem?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question