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
Describe the bug
When using PlutoKtorInterceptor, the query parameters in the request URL are duplicated. This issue occurs when making HTTP requests with query parameters using Ktor. Without the interceptor, the query parameters appear correctly formatted.
To Reproduce
Set up a HttpClient in a Ktor-based project.
Install the PlutoKtorInterceptor plugin.
Make a GET request with multiple query parameters using the parameter function.
Observe the logged request URL.
Expected behavior
The query parameters in the URL should not be duplicated.
Actual Behavior
Query parameters are duplicated in the URL.
Describe the bug
When using PlutoKtorInterceptor, the query parameters in the request URL are duplicated. This issue occurs when making HTTP requests with query parameters using Ktor. Without the interceptor, the query parameters appear correctly formatted.
To Reproduce
Expected behavior
The query parameters in the URL should not be duplicated.
Actual Behavior
Query parameters are duplicated in the URL.
Code Snippe
1- With PlutoKtorInterceptor Enabled
Result:
2- With PlutoKtorInterceptor Disabled:
Result:
The text was updated successfully, but these errors were encountered: