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
webadvanced edited this page Dec 28, 2011
·
1 revision
By default, honeypot will build a unique input name/id from the Honeypot.InputNames collection. If you want to use a specific input name/id configure your SimpleHoneypot.cs as follows:
public static void Start() {
Honeypot.SeDefaultInputName("InputNameIdToUse");
}