External Web Application on Luminate Online Donation form

Options
Hi,

I created an ASP.Net application as Web API and hosted it on my organization web server. I need a way to access it from the donation pages. On a normal PageBuilder page & Survey page, I can access my application through <iframe> tags but donation form does not allow iframe. 
Has anyone implemented something similar? 


Regards,


Dhanraj Amin
Tagged:

Comments

  • Dhanraj Amin:

    Hi,

    I created an ASP.Net application as Web API and hosted it on my organization web server. I need a way to access it from the donation pages. On a normal PageBuilder page & Survey page, I can access my application through <iframe> tags but donation form does not allow iframe. 
    Has anyone implemented something similar? 


    Regards,


    Dhanraj Amin

    "...but donation form does not allow iframe..."


    What happens? I've never run across that before. Is it just complaining that the iframe is not secure on the secure page?

  • Brian Mucha:

    Dhanraj Amin:

    Hi,

    I created an ASP.Net application as Web API and hosted it on my organization web server. I need a way to access it from the donation pages. On a normal PageBuilder page & Survey page, I can access my application through <iframe> tags but donation form does not allow iframe. 
    Has anyone implemented something similar? 


    Regards,


    Dhanraj Amin

    "...but donation form does not allow iframe..."


    What happens? I've never run across that before. Is it just complaining that the iframe is not secure on the secure page?

     

    Thanks Brian.

    Yes the problem was with the Web API not being secure. Got an SSL certificate for the page and it worked perfectly with iframes on Donation forms.

  • Kathryn Hall
    Kathryn Hall Blackbaud Employee
    Ancient Membership 250 Likes 100 Comments Photogenic

    Dhanraj Amin:

    Brian Mucha:

    Dhanraj Amin:

    Hi,
    I created an ASP.Net application as Web API and hosted it on my organization web server. I need a way to access it from the donation pages. On a normal PageBuilder page & Survey page, I can access my application through <iframe> tags but donation form does not allow iframe. 
    Has anyone implemented something similar? 


    Regards,


    Dhanraj Amin

    "...but donation form does not allow iframe..."

    What happens? I've never run across that before. Is it just complaining that the iframe is not secure on the secure page?

    Thanks Brian.

    Yes the problem was with the Web API not being secure. Got an SSL certificate for the page and it worked perfectly with iframes on Donation forms.

    You'll also want to make sure that the URL of the page you're iframing the Luminate page into is "whitelisted" - this is new capability that protects iframed content from clickjacking: https://kb.blackbaud.com/articles/Article/107844  

Categories