-
Notifications
You must be signed in to change notification settings - Fork 12
Call same url twice with different parameter #40
Comments
Hi, @illnino It should work without an infinite loop. Just add a tab that watches for |
Ah, I see you have to update it in two places. That does make it trickier, but you were really close, well done! I've only had to make minor changes to your config:
Here's your modified config which worked with your mock server and Repeater request: |
Thanks for your quick reply. ProblemI found a tiny problem. The first request sent from repeater would not get the expected response. I had to send a 2nd request in repeater Reproduction steps
|
I won't be able to verify this until tomorrow, but I think the tab order may be the issue here. Try moving the |
Spot on. Thanks. |
It is not a bug, but an inquiry.
Can i accomplish below with CPH?
Scenario
To authenticate, a user is required to call
/authenticate
twice.Before a user sends out username & password, he is required to call the same endpoint without any parameter to obtain a
jwt
.If we add a tab to capture request that match
/authenticate
, it seems it would have infinite loop.Does CPH support this type of request? Thanks.
The text was updated successfully, but these errors were encountered: