Skip to content

Commit

Permalink
Add hint for target URL
Browse files Browse the repository at this point in the history
  • Loading branch information
TeraNovaLP committed Apr 30, 2020
1 parent 5f41374 commit 67dfe96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RateLimitingTest/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Program

static void Main(string[] args)
{
Console.Write("Target Url: ");
Console.Write("Target Url (Must start with http:// or https://): ");
var targetUrl = Console.ReadLine();

Console.Write("How many Requests?: ");
Expand Down

0 comments on commit 67dfe96

Please sign in to comment.