Hello Team,
I'm using fiddler to diagnose some intermittent https timeout issue(need to check internal cookie).
I'm using ODBC driver for apache hive to connect my websites.
but when I use fiddler classic trying to capture https traffic send out by ODBC driver, but I could see any captured by fiddler (but could see in wireshark).
can we capture ODBC https traffic via fiddler? what i think we can do that but i'm not what config i missed. Appreciate your help.
Thanks,
Vincent
Perhaps, you need to set the proxy configuration for the ODBC as shown here:
https://docs.servicenow.com/bundle/rome-application-development/page/integrate/odbc-driver/task/configure-odbc-proxy-servers.htmlThat's always a risk when citing third-party documentation. I am re-posting the instructions here but note the configuration is not part of Fiddler Classic but part of a third-party product
- In Windows, navigate to Start > Programs > ServiceNow ODBC > Management Console.
- Expand the Console Root tree to: ServiceNow ODBC Manager\Manager\<installation location>\Services\ServiceNow_ODBC\Data Source Settings\ServiceNow\IP Parameters.
- Double-click the DataSoourceIpCustomProperties attribute.
- Set the following custom properties to configure the ODBC proxy server.
proxy_host The proxy server hostname or IP address. e.g. 127.0.0.1
proxy_port The proxy server port number. e.g. 8866