HTTP Error 414. The request URL is too long. asp.net

前端 未结 4 989
一整个雨季
一整个雨季 2020-12-19 07:19

I\'m getting the error \"HTTP Error 414. The request URL is too long.\" From the following article, I understand that this is due to a very long query string:

http

4条回答
  •  青春惊慌失措
    2020-12-19 08:00

    just to complement, if you try with massive parameters, using Request ajax and receive de 414 ERROR. change the dataType property to JSON then submit as POST type. this resolved my problem.

提交回复
热议问题