BUG: How can I set withCredentials to true in the REST API plugin?

How can I set withCredentials to true in the REST API plugin?

The request object from the response is always false. I can’t see an option to change it.

Plugin code

I can see the configuration to set it but I can’t find it

WeWeb UI - I can’t see a checkbox for isWithCredentials

Hi @tjmcdonough,

It’s because this feature is currently in QA, it should be released soon. :slight_smile:

Ah ok. I am blocked as an API I am using requires withCredentials set to true. Any chance you could push this through today? Or is there a workaround in the mean time?

@Alexis Any update on this?

Hey Alexis,
Is there an update on this? Could you push through QA today? The last update to this GitHub repo was 26 days ago.

Hey @tjmcdonough,

We are meeting for this QA tomorrow, so it should be released on Wednesday max :crossed_fingers:

1 Like

@Quentin Any luck on it launching today?

@tjmcdonough not sure if this helps in your case, but we setup a javascript workflow to fire before api call is made to set withCredentials true for us.

image

1 Like

Good hack! Thank you. Will do this for now

@Quentin Any update on a release?