-
First Check
Example Code---DescriptionI have no idea where this is comming from, but I thought I might post it since this seems to be some sort of exploit? In my Console I sometimes get I guess this should be blocked by using FastAPI middleware? Or is there a NiceGUI alternative? NiceGUI Version3.x Python Version3.13 BrowserChrome Operating SystemWindows Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Your site may be under attack by a script kiddy. Consider IP-ban. The messages aren't harmful because they are to non-existent endpoints. Silencing them is at your own risk because you then can't see who's messing with your site |
Beta Was this translation helpful? Give feedback.
-
|
That is one of the reasons why we build on top of FastAPI: You can use their tooling and documentation for such things. NiceGUI does not provide it's own route url blocker. |
Beta Was this translation helpful? Give feedback.
Your site may be under attack by a script kiddy. Consider IP-ban.
The messages aren't harmful because they are to non-existent endpoints.
Silencing them is at your own risk because you then can't see who's messing with your site