How to Send Request With Cookies? credentials = true #6510
-
Hello, I am wondering how to put cookies to request from refine app to some API. I have tried many ways but still not able send request with cookies. I will provide few codes to explain it better: import { useTable } from '@refinedev/react-table'; const { Another different method I use: } = useList<IComponentOptions, HttpError>({ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @SefaCrenno you can swizzle your data provider and modify your logic for making requests. https://refine.dev/docs/data/packages/simple-rest/#customizing-the-data-provider- For your specific use-case, we have AI Chatbot in our documentation that can help you. |
Beta Was this translation helpful? Give feedback.
Hello @SefaCrenno you can swizzle your data provider and modify your logic for making requests. https://refine.dev/docs/data/packages/simple-rest/#customizing-the-data-provider-
For your specific use-case, we have AI Chatbot in our documentation that can help you.