Jeevanandam M.

Results 156 comments of Jeevanandam M.

@smadarasmi I think, this is where Resty Request Middleware shines, resty could write a middleware process with their discovery service and set the request-host URL.

@RafPe Do you mind helping with the tiny test cases or test request data? It will be helpful to replicate at my end and addressing an issue.

@RafPe I have read the issue you have referred. It seems this param `accountSwitchKey` has a special character. Actually, I was trying to find out those special characters as a...

@RafPe Also after reading your referred issue. I think param `accountSwitchKey` value had a character set something like `%A` and then package `fmt` was unable to recognize, so it logged...

@RafPe Thanks for the info. Do you mean `:` caused this? I will look further at my end too.

@RafPe Yeah, it seems upstream lib go-edgegrid using Resty v2.0.0 https://github.com/apiheat/go-edgegrid/blob/4fd7bca6dc93d2e9376a44291f6a2a14a06f4b2c/go.mod#L8 Can you try the latest version and share feedback?

@lavoiesl Thanks for your suggestion. With this improvement, I think we can restructure within Resty. I will consider this for Resty v3

@codenoid Are you requesting to include other possible values from `http.Cooke`?

@dimitrimus Thanks for reaching out. I see your suggestion of introducing a new interface to support custom `http.RoundTripper`. I would suggest keeping both implementations together with the order of evaluation...