Help
Jerry_Harris
6 - Interface Innovator
6 - Interface Innovator
since ‎Jan 02, 2020
‎Nov 29, 2022

User Statistics

  • 11 Posts
  • 1 Solutions
  • 7 Kudos given
  • 5 Kudos received

User Activity

Hello, I was working on a fetch to a site to retrieve JSON data with Basic Authentication. I got around the CORS block by setting " mode: ‘no-cors’" in my call to fetch. But I ran into a more serious problem. My calls to fetch() are not returning any...
I’d like to embed a view of a specific record on another web site. I’d like to specify the record id / view id on the URL so I don’t have to create a custom view for each record, which is a waste of time. Ideally, I’d like to just embed in an < ifram...