My config sends a GET request to a certain webpage that redirects OB to another page, one that has a variable in the URL which is specific to the session. I would like my config to send a POST request to the session-specific URL. I did this in OB1 by parsing the value of the variable after the GET request and using it in the URL section of the POST request block. Can this be done in OB2? Thanks
Yes just change the mode from fixed (the T symbol) to variable (the VAR symbol) by clicking the blue button to the right of the url field. And then write the name of your variable in it.
2 Likes
That did the trick. Thank you for the help and for OB!