angular/universal

Allow TransferHttpCacheModule to accept POST requests

ahstudee opened this issue · 4 comments

Proposal

What is the summary of the proposal?

Allow TransferHttpCacheModule to cache POST requests not just GET requests.

What is the proposal?

Rather than only cache GET api requests, please allow POST api requests too. There are certain situations where we still need to acquire data when using POST. For example when searching on an api which requires an extenstive search criteria. We are trying to send a very big object full of arrays and have no option but to send this as the body in a POST request. If we were to send this as GET as queries through the url we would breach the character limit.

Any update on this? I’m also facing this problem too

Yeah any update on this? It's been an issue for quite a while now :)

Hi,

Lets track this in angular/angular#50117 with is the replacement for TransferHttpCacheModule.

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.