-
Notifications
You must be signed in to change notification settings - Fork 545
response headers missing? #464
Comments
I think the problem comes from Spring Android. This library is quite 2016-11-23 0:04 GMT-08:00 Or Dvir [email protected]:
|
@stephanenicolas any recommendations? |
OkHttp is definitely the reference on Android.
2016-11-23 23:04 GMT-08:00 Or Dvir <[email protected]>:
… @stephanenicolas <https://github.com/stephanenicolas> any recommendations?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#464 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABv33aoXY-orpTMWcNqI3StO3RHq1Bxfks5rBTcDgaJpZM4K6Tkj>
.
|
Retrofit is also very interesting. Explore the different extensions of RS.
https://github.com/stephanenicolas/robospice/extensions
2016-11-24 3:01 GMT-08:00 Stéphane NICOLAS <[email protected]>:
… OkHttp is definitely the reference on Android.
2016-11-23 23:04 GMT-08:00 Or Dvir ***@***.***>:
> @stephanenicolas <https://github.com/stephanenicolas> any
> recommendations?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#464 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ABv33aoXY-orpTMWcNqI3StO3RHq1Bxfks5rBTcDgaJpZM4K6Tkj>
> .
>
|
Hi.
i am using this library in conjunction with spring (using the class SpringAndroidSpiceRequest).
here is my load data from network:
the problem is that for some reason mResponseHeaders is missing some headers, in particular one that is called "Link"
the header exists if i send the same request via web browser (using the DHC plugin):
am i doing something wrong? any ideas?
The text was updated successfully, but these errors were encountered: