Request headers are not displayed for options verb when retrieving headers showing empty map
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2023
11:44 AM
03-09-2023
11:44 AM
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
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 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2023
08:43 PM
03-09-2023
08:43 PM
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?
