webui-dev / webui

Use any web browser or WebView as GUI, with your preferred language in the backend and modern web technologies in the frontend, all in a lightweight portable library.
https://webui.me
MIT License
2.9k stars 164 forks source link

First characters in navigation event data get stripped #176

Closed ttytm closed 1 year ago

ttytm commented 1 year ago

Trying to run the serve a folder example and hitten the Switch to second page... button results in

Starting navigation to: ttp://localhost:44996/second.html 
hassandraga commented 1 year ago

You are right.

[Core]          _webui_window_receive() -> WEBUI_HEADER_SWITCH
[Core]          _webui_window_receive() -> URL size: 33 bytes
[Core]          _webui_window_receive() -> URL: [ttp://localhost:32427/second.html]

This needs some protocol cleaning...

hassandraga commented 1 year ago

Thank you, @ttytm, for pointing this out.