Roman Vasilyev
Roman Vasilyev
My solution is : ``` export class HeadersServerDataSource extends ServerDataSource { httpHeaders: HttpHeaders constructor(protected http: HttpClient, headers: HttpHeaders, conf: ServerSourceConf | {} = {}) { super(http, conf); this.httpHeaders = headers...
PR created https://github.com/akveo/ng2-smart-table/pull/1188/files
Any updates on this issue?
@oleg-kiriyenko have the same issue, just don;t want to scroll anywhere after some list changes, did you found solution?
@MauroGL doing it and it still scrolls ugly :( jumping, after `loadMore` focusing in wrong place, e.t.c
[out.log](https://github.com/sonertari/SSLproxy/files/8781200/out.log) turned all debugging on, on request ``` romans-mbp.lan 11:02:44.265 > ~ curl https://uk.wikipedia.org/wiki/%D0%93%D0%BE%D0%BB%D0%BE%D0%B2%D0%BD%D0%B0_%D1%81%D1%82%D0%BE%D1%80%D1%96%D0%BD%D0%BA%D0%B0 curl: (52) Empty reply from server romans-mbp.lan 11:09:41.516 > ~ ``` log not shows any error,...
@sonertari I'm diverting pure http traffic to nginx and actual http request including dns resolution processing nginx: sslproxy: ``` ProxySpec { Addr 0.0.0.0 Port 8443 DivertAddr 127.0.0.1 DivertPort 80 ReturnAddr...
@sonertari thank you for fast and detailed explanation, I'm new to sslprxoy and ay be not understand all it's parts. Main purpose for nginx usage is heavy response processing so...
Just suppressed header on nginx side, probably this is ok. @sonertari but I have another issue, getting empty response for uk.wikipedia.org ``` SNI peek: [uk.wikipedia.org] [complete], fd=44 Connecting to [198.35.26.96]:443...
@omjangir of course you can, but it not implemented :)