0

Here is my scenario, in the front end user can see the student result by sending their student id to back-end. I am using get method to pass those student id's to back-end. i am getting result of students and it works well.

But Now i am finding an error as:

"The resource you looking for has been removed, had its name changed, or is Temporarily unavailable" in the browser.

I find this, whenever the user selects more that 200+ student ids and angular trying to send them using get method. I find that, there is a limitation like 2000 characters to use in get method.

But in this case how to HttpClient handles this? is there any workaround we have with angular? or what is the general practice?

In case of enterprise application how they send large values to backed using get method?

I am not able to find any solution myself with this. any one help me please?

3gwebtrain
  • 14,640
  • 25
  • 121
  • 247

0 Answers0