Forum Discussion

1 Reply

  • Best option if you know the keys to create an array using the getfield and split commands

    array set uriParameters [split [getfield [HTTP::uri] "" 2] "=&"]
    log local0. "Token = $uriParameters(token), State = $uriParameters(state)"