cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
afterword
Level IV

Username/Password required to open website with JSL

I'm trying to access a CSV served by one of our web APIs, but it's behind an authentication wall.  When I use the traditional Open() statement, I'm told that the resource was not found, and passing the parameters using the https://user:password@website.compassword@website.com results in the same error.

I AM able to open the file with the Web Browser Box() function, which authenticates through a Windows popup, but I don't see a way to extract the data from that Web Browser Box into a JMP data table.  Either way, I'd like to authenticate automatically and avoid the popup if possible.

Has anyone else opened files or web services that lie behind a login?

Thanks!

(JMP10, Windows7)

1 REPLY 1
afterword
Level IV

Re: Username/Password required to open website with JSL

I originally posted this around the holidays so I'm not sure how many people saw it.  I'm still hoping that opening a web service with a password is possible!

Recommended Articles