Updating a connector in a Java Delegate during execution

@8bitoverflow use scripts on your connector inputs rather than expressions. So each input (such as the url) can dynamically determine the values based on the script execution.

Can also take a look at Replacing Http-Connector with Jsoup usage as a example for using a entire script for your HTTP connections rather than using the connector. (replace with your client of choice).