Forum Discussion

Jaime_Quiroga's avatar
Jaime_Quiroga
Icon for Nimbostratus rankNimbostratus
Oct 09, 2019
Solved

IRULE SIDE BAND CONECTION HTTP

Hello   I'm working with an irule that makes a connection with a server to get a file from this, and save the information on a table and a sub table, at this moment I have used the sintax comman...
  • Enes_Afsin_Al's avatar
    Oct 10, 2019

    Hi Jaime,

    Can you try this?

    set tableKeys [table keys -subtable $db_cache_table]
    foreach key $tableKeys {
    	if { $key starts_with [HTTP::path] } {
    		# log local0. "KEY: $key
    		# log local0. "PATH: [HTTP::path]"
    	}
    }