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
New stable release of WebOne, released on 11 Dec 2022 after 12 commits.
Added auto-detection of proxy server IP even if it is not set in DefaultHostName. Now auto-configuration is working correctly.
Added support for forwarding traffic from MSIE 8/9/11 and early MS Edge on the local machine too. Set UpperProxy=no in WebOne configuration, and then set connection through localhost:8080 proxy in Windows Internet Control Panel (MSIE Settings).
Added support for cascaded proxies. Use UpperProxy=192.168.123.123 if you want to use WebOne through other proxy in the network (caching, or corporative).
Added ability to edit Proxy Auto-Configuration script (used to auto-configure clients) via [PAC] section of WebOne configuration file. This can be used to set bypassing proxy for some sites or browsers.
Added support to using values of HTTP headers in edit sets. Use %Request.User-Agent%, %Response.Location%, %Response.HttpStatusCode% and similar in redirect rules or content find/replace rules. This probably can be useful for reanimating some dead HTTP-based protocols in future.
Fixed "guru meditation" on some connection timeouts.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
New stable release of WebOne, released on 11 Dec 2022 after 12 commits.
DefaultHostName
. Now auto-configuration is working correctly.UpperProxy=no
in WebOne configuration, and then set connection throughlocalhost:8080
proxy in Windows Internet Control Panel (MSIE Settings).UpperProxy=192.168.123.123
if you want to use WebOne through other proxy in the network (caching, or corporative).[PAC]
section of WebOne configuration file. This can be used to set bypassing proxy for some sites or browsers.%Request.User-Agent%
,%Response.Location%
,%Response.HttpStatusCode%
and similar in redirect rules or content find/replace rules. This probably can be useful for reanimating some dead HTTP-based protocols in future.This discussion was created from the release WebOne 0.13.0.
Beta Was this translation helpful? Give feedback.
All reactions