Alex Ferreira
Results
1
comments of
Alex Ferreira
I did something like this ``` Headers header = new Headers(); header.add("X-SESSION-KEY",sessionkey); header.add("X-GLOBAL-KEY", globalKey); ``` and then .headers(header) If it doesn't work I'll try the methods you have and see...