Forum Discussion

aparna_11's avatar
aparna_11
New Contributor
2 years ago

Request headers are not displayed for options verb when retrieving headers showing empty map

I executed options verb with query and header params.
Request headers are not displayed for options verb when retrieving headers showing empty map. I gave below statement returinngy empty map.
getHttpRequest().getRequestHeaders()
Headers are retrieved with GET/Post requests
Please suggest

1 Reply

  • aparna_11's avatar
    aparna_11
    New Contributor
    Identified the issue... I am executing same 2 options verb requests with and without header/query params.. So when generating summary report in teardown step it is overriding the first request and displaying same results for both. How to handle this?