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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ app.MapGet("/service2", () => "Welcome to Service 2");
41
41
app.Run();
42
42
```
43
43
44
-
## Why Use `LocalPortFiltering.AspNetCore`?
44
+
## Why Use LocalPortFiltering.AspNetCore
45
45
46
46
While ASP.NET Core provides options like `RequireHost` to filter requests based on the `Host` header, it can be vulnerable to **host header spoofing** attacks. This can allow malicious actors to bypass security measures by falsifying the `Host` header.
0 commit comments