Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Products
/
VSTT-Plugins
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
2
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
a5fe0681
...
a5fe0681b7ca0a14606429d6bdb61f7163ae8eb0
authored
2019-10-21 14:54:09 +0200
by
Christian Gerdes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Force UrlEncoded Cookies now also runs on Dependent Requests
1 parent
80f74fe6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
LIL_VSTT_Plugins/Beta.cs
LIL_VSTT_Plugins/Beta.cs
View file @
a5fe068
...
...
@@ -53,6 +53,10 @@ namespace LIL_VSTT_Plugins
}
}
}
foreach
(
WebTestRequest
w
in
e
.
Request
.
DependentRequests
)
{
w
.
PostRequest
+=
new
EventHandler
<
PostRequestEventArgs
>(
this
.
PostRequest
);
}
}
}
...
...
Please
register
or
sign in
to post a comment