❔ Need help on understanding passing a request in XML header parameter in .net core web api.
Hi I am new to this project which I have been assigned to , a week maximum, now I have given a task to add a extra parameter in the XML request which checks for another parameter if its 1 then my parameter should pass as
<old_parameter>1</old_parameter> then
<my_parameter>Y</my_parameter> this I need to pass.
Just wanted to know how this is achieved and which files or code needs to be checked.
Any tutorial or refence might help a lot.
<old_parameter>1</old_parameter> then
<my_parameter>Y</my_parameter> this I need to pass.
Just wanted to know how this is achieved and which files or code needs to be checked.
Any tutorial or refence might help a lot.