Closed mark-mybaggage closed 6 months ago
Yes, this approach could work the same way with MSSQL.
You'll need to ensure the following headers are sent when you establish a connection to MSSQL requests.
CF-Access-Client-ID
CF-Access-Client-Secret
You'll see that the MySQL connection has been modified to include the above headers in driver/mysql/index.js and workers-override.ts.
The values are passed into connect()
within index.ts. This is the moment the MySQL server connection is established.
Should be pretty straight-forward.
I understand this is for MySQL, however could this approach also work for MSSQL?