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
I'm using a single yaml file and Stubby to handle all live requests to an api.
Is there any support for Stubby to use a single file to dynamically handle all live requests, as such?
I have no problems with the urls, the regex match just fine. My problem is the request methods don't act dynamically. I list out GET and POST in the method field. My client will send GETs, which Stubby intercepts and acts in an expected manner. The client will subsequently send a POST, only for Stubby to intercept and send a GET.
I'm using a single yaml file and Stubby to handle all live requests to an api.
Is there any support for Stubby to use a single file to dynamically handle all live requests, as such?
As of right now, all requests going through Stubby are GETs despite the client app sending out GETs and POSTs.
The text was updated successfully, but these errors were encountered: