This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I want to extract multipart/form-data from POST request and pass it to backend i have three keys and values in form data and have problem to extract these data and pass it to back end please appreciate your support @DChiesa curl -L -X POST "https://apigee002.local:9006/api/v1/document-management/document" ^ -F "document=@\"/C:/Users/a814334/Desktop/Apigee installation/Captfure.pdf\"" ^ -F "documentType=\"ADDRESS\"" ^ -F "overwrite=\"false\""