adobe / experience-platform-postman-samples

MIT License
83 stars 142 forks source link

All APIs - Concurrent modification issue while removing blank headers #62

Open dlh3 opened 1 year ago

dlh3 commented 1 year ago

In Postman 10.7.1 for MacOS, pm.request.headers.each() in the pre-request script fails when removing headers while iterating over them:

TypeError: Cannot read properties of undefined (reading 'value')

See details provided in #61.