How encode special character without causing error in httpclient angular
I have a data id value STUDENT/STUD01 then I’m trying to encode the "/"
but it cause an error in httpclient if its not encoded it will create a new path.
I have a data id value STUDENT/STUD01 then I’m trying to encode the "/"
but it cause an error in httpclient if its not encoded it will create a new path.