You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to test an edge server that uses a JSESSION cookie and a SESSION cookie behind a simple log in form. What is the proper way to add both cookie values to h2smuggler? I tried:
-H "foo1: bar1" -H "foo2: bar2"
But it doesn't appear to be working on the edge server. Is this the incorrect syntax?
Thanks
The text was updated successfully, but these errors were encountered:
I'm trying to test an edge server that uses a JSESSION cookie and a SESSION cookie behind a simple log in form. What is the proper way to add both cookie values to h2smuggler? I tried:
-H "foo1: bar1" -H "foo2: bar2"
But it doesn't appear to be working on the edge server. Is this the incorrect syntax?
Thanks
The text was updated successfully, but these errors were encountered: