ContributionsMost RecentMost LikesSolutionsAuthorization Tag For Basic BASE64 Encoding According to the 3.x documentation, I should be able to set global security authentication using the Authorization Object: Basic authentication is a simple authentication scheme built into the HTTP protocol. The client sends HTTP requests with the Authorization header that contains the word Basic word followed by a space and a base64-encoded string username:password. For example, to authorize as demo / p@55w0rd the client would send Authorization: Basic ZGVtbzpwQDU1dzByZA== I have a vendor API that requires BASE64 authentication encoding but I cannot figure out where this object would be inserted. After reading the above Swagger documentation excerpt, I have tried in the security section for each path, tried building a security schema setting the type to http and scheme to basic, tried inserting it at the top but everything I tried has been found to be unacceptable. The examples show how to do http/basic authentication but no where does it show the actual implementation of the object in the above example from the Swagger documentation. Trying through the 3.0.3 version. Any help is most appreciated! SolvedRe: Swagger Editor (Local) CORS Error Figured out how to fix this... Swagger Editor (Local) CORS Error Sorry, a Noobie question... Currently developing an OAS against one of our vendor's REST APIs for ingestion into Salesforce. I've downloaded the latest version, ran the ndm install, fired up the index.html, cleared the editor and began building the spec. All is going well until I want to test my first path against the vendors root (no authentication) which should just return some HTML but I am getting the following which I see other users experiencing... The HTTPS URL being built by Swagger Editor is correct...copy/pasted into another tab. What am I missing or what may I have missed installing the local Swagger Editor? Again, sorry I'm just a noob and trying to learn this. This spec would help me immensely if I can get it into my Salesforce Dev Org! Thanks in advance for the help! ------Jim SolvedRe: SwaggerHub CORS Error ozfarooq, did you ever find a solution for this issue...I am experiencing the same one...trying to test my first path... -----Jim