Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

200
Views
Opnening a new tab in R, capture response, close the tab

so i am building a R shiny Application, that needs a kind of E-Signature, so i created all my saml encoding, decoding, and the saml requests are structured properly, but whenever i send them as GET requests using httr, it give me 401 status code, so instead i tried to force js to open a new tab and go to the url having the saml request, using the following code,

js_code <- "
shinyjs.Browse = function(url) {
window.open(url,'_blank');
}
"

And then calling js$Browse(My_Saml_URL)

and it works fine, but I cannot capture the SAML response, as the request is not send from my backend, So is there any way i can send a request like a browser, would Rselenium work in that case?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!