小编pri*_*ava的帖子

带有代理的Java websocket

我几天都在尝试使用Java中的代理来使websocket工作.我尝试过不同的库

https://github.com/TooTallNate/Java-WebSocket

https://github.com/AsyncHttpClient/async-http-client

但遗憾的是,这些库不支持带凭证的代理.如果你们知道任何其他支持代理的库,那么我将不胜感激.

提前致谢

java sockets proxy credentials websocket

2
推荐指数
1
解决办法
6775
查看次数

spring security 登录成功期间强制Https连接

I have one spring boot app which contains spring security with formLogin being added and custom loginPage . Whenever I get authenticated then it will send me to the defaultSuccessUrl which is /app/dashboard and it sends with the schema http I been trying all day to just make the successUrl schema to be https just tweaking some changes on application.properties and sometimes with Bean but i am still not able to make it happen. My application is in cloudfoundry which …

java spring cloud-foundry spring-boot predix

2
推荐指数
1
解决办法
5254
查看次数