How can I change the request body type of post in interceptor?
For example I have this object:
{"UserName":"213243546","Password":"89876"}
that I want to change all 3
to e
but it is not only in this request that I have this, I should search in each post request with every single data and objects that it might have or not and change all 3
to e
is that possible in angular 2 to do that by clone or HttpRequest
or inspector or . .
I already see this URL but I couldn't get much out of it.