Pass Pre script in HTTP Request

Hi,
How can we pass pre-request script in HTTP request activity into UiPath?
I want to obtain the signature value from that pre-request script…its a javascript…
Please assist

Hi @Zara

You can’t directly inject into your http request but you can use Inject js to run that and then pass the values to your http request using the parameters

cheers