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
@Krytical13 the root cause is that the received Set-Cookie header contains a cookie whose domain is dash.cloudflare.com which mismatches the request's target domain api.cloudflare.com. I will update my code to eliminate such error.
Steps to Reproduce:
Note that I am a seasoned sysadmin, but pretty new to REST/JSON and API's.
Attempt to use Cloudflare API within REST Client like the following sanitized example:
Question:
Do I understand correctly,
Set-Cookie could be a requirement for any Rest Client in this situation?
The text was updated successfully, but these errors were encountered: