How to debug API calls? #2312
Answered
by
lostdog19
lostdog19
asked this question in
How to... ?
-
I am trying to use a DeleteRequest and am getting an error about my token being invalid, however when I debug into the Task, the token looks ok to me. Is there a way I can debug the actual request that is being sent out so I can verify the headers/body?
|
Beta Was this translation helpful? Give feedback.
Answered by
lostdog19
Apr 11, 2024
Replies: 1 comment 2 replies
-
Answering my own question. In my Actors class which implements Cast:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
lostdog19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answering my own question. In my Actors class which implements Cast: