Forum Discussion
nmrao
10 years agoCommunity Hero
Can you log and see what is there in reqContent variable? Have it after the url encode statement.
RiteshY
10 years agoOccasional Contributor
log.info reqContent prints encoded request.
- nmrao10 years agoCommunity HeroThen it should be able to set the request using:
context.requestContent = reqContent
You need to check the raw request, not in the request editor if the change has happened or not, just in case it was not check in this way earlier.