Blogs

  • Implementing Salesforce Web-to-Lead and Web-to-Case with JavaScript [CORS-Enabled]

    Have you encountered a CORS problem when attempting to embed Web-to-Lead or Web-to-Case forms on your website? Cross-Origin Resource Sharing (CORS) Cross-Origin Resource Sharing (CORS) is an HTTP header-based mechanism that enables a server to specify which origins (domains, schemes, or ports) other than its own are permitted to load resources through a web browser.…

    Read more…

  • Using Flex Gateway as a Kubernetes Ingress Controller in Connected Mode

    Authored by Neyaj Ansari of Tenetizer Technology Anypoint Flex Gateway is a lightweight, cloud-native API gateway with versatile deployment options. It can expose both MuleSoft APIs and non-MuleSoft APIs to the public internet. When configured in connected mode, Flex Gateway becomes a valuable tool for managing and securing APIs running on Kubernetes. In Kubernetes, an…

    Read more…

  • Initiating Your Linux Journey: An Introductory Guide for Beginners (Part 2)

    Essential Commands to Know: 1.Command Manual The initial command I’d like to introduce is one that serves as a valuable resource for comprehending various other commands. The ‘man’ command offers an in-depth overview, including the synopsis, author’s name, available options, a brief description, and other informative details pertaining to the specified command. 2.Command to Determine…

    Read more…