I have to send some parameters in the query string to the GET request, but unable to format where the value has "&".Below is the URL that I have to send.
http://localhost:4200/DeletePoolDetails?COVERAGE_DS=BI Dwelling & Dwelling Communities&PROGRAM_POLICY_ID=127447&RequestType=DeleteTaxes
in this "BI Dwelling & Dwelling Communities" is the value which has "&", because of this when post it is treating after "&" as a new parameter.
http://localhost:4200/DeletePoolDetails?COVERAGE_DS=BI%20Dwelling%20&%20Dwelling%20Communities%20%20%20%20&PROGRAM_POLICY_ID=127447%20%20%20%20&RequestType=DeleteTaxes