function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
gsmithfarmergsmithfarmer 

Burp setup issues for testing API proxy use -- probably a simple answer

I am having no luck using Burp as a proxy server for an API based application. 

 

+ Using a browser thru Burp I always get a  "invalid certificate. do you want to continue?" message when logging in via https://login.salesforce.com. I think I followed the instructions for installing the trusted portswigger root certificate. I am stumped. My guess is that I solve this problem my API program will just work  if I set the http.proxyHost and http.proxyPort values.

 

Anyone have a few lies of code they will share?  I need this to test & update the open source project CopyForce (https://code.google.com/p/sqlforce/wiki/CopyForce).