Forum Discussion
Darren_Young_10
Nimbostratus
Mar 11, 2010Remove headers on GET vs. POST
How could I remove headers on a GET vs. a POST request?
Darren_Young_10
Nimbostratus
Mar 11, 2010Thanks a bunch, that's (mostly) what I had going. I'm discovering how rusty my tcl is now...
Perhaps you can answer, the paths the app has have been defined and there are several of them I need to evaluate. In Perl, I would have:
my @paths = ('path1', 'path2', 'path3');
foreach my $path (@paths) {
do_something($path);
}
From what I've read tcl arrays are not what I'm used to in Perl. Any idea what tcl equivalent is to that type of operation?
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects