FriedEgg, Thanks again for your help. I use the code you provided to generate oauth signatures, and everything works great with cURL. However, when I try to use proc http, I keep getting signature invalid errors. I'm attempting to query a website that has oauth 1.0. I checked with the website admin, and they receive my post requests and state there are no issues with the parameters; Keys, header, & body are all fine. Note the site is https but I updated my SAS config file to reference a cacert file, so I don't believe that's the issue. Also, I triple checked my signatures, and they match the nouncer.com site. (Again, I can query the website with cURL I want to use proc http because it should be faster.) It appears that proc http does something to the header, url, or body of my request such that the oauth signature becomes invalid. Do you have any idea of what could be going on? Also, is there a master document which has all the details of proc http? I've read the online sas documentation, but was hoping for something more detailed. -Bill
... View more