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
Our server is configured to return hal-forms.
On a prefer: return=minimal request, a partial representation is returned (only the _links and the _templates), otherwise the full representation (_links_templates_embedded) will be returned.
My ketting is using the NeverCache implementation.
Hello,
We are using
Prefer
header.Our server is configured to return
hal-forms
.On a
prefer: return=minimal
request, a partial representation is returned (only the_links
and the_templates
), otherwise the full representation (_links
_templates
_embedded
) will be returned.My ketting is using the NeverCache implementation.
By doing this :
I'm expecting to get two HTTP responses,
But i'm only receiving the first response, only once. The second call isn't performed.
By doing two distinct calls :
I'm getting two distinct responses as expected.
According to my research, my issue is caused by Resource.activeRefresh
I'm suggesting to :
OR
The text was updated successfully, but these errors were encountered: