intuit / QuickBooks-V3-DotNET-SDK

.Net SDK for QuickBooks REST API v3 services
Apache License 2.0
107 stars 140 forks source link

QBOApiLogs-098098098098.txt files in C:\Windows\Temp? #193

Closed chadwixk closed 3 years ago

chadwixk commented 3 years ago

I was cleaning up our production server today and noticed these files. They contain sensitive information and there are a ton of them as there is one or every request.

They seem to look like request/response logs. But our web.config has request/response logging disabled, and even if it were enabled, that is not the path we specify to write them.

<requestLog enableRequestResponseLogging="false" requestResponseLoggingDirectory="C:\inetpub\wwwroot\website\Logs\Intuit" />

Here's a partial screenshot of one of the file's contents (clipped to not show sensitive info) image

Any ideas on what is causing these files to be written?

nimisha84 commented 3 years ago

Yeah, this was a bug which we recently fixed in https://github.com/intuit/QuickBooks-V3-DotNET-SDK/releases/tag/V14.6.1.0. Please update to this version and this should be fixed.