Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
16 replies
Subscribers
9 subscribers
Views
4229 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi, We're having issues trying to embed an action in a external w
ramonr
over 9 years ago
Hi,
We're having issues trying to embed an action in a external webpage.
We double checked CORS configuration but it still throws a "Server error" message.
The IE net debugger founds a 401 error when calling "
bpm10.int.bankinter.bk:8443/.../tempoSvc".
The environment is configured with SSO.
Any suggestions on this?
Thank you in advance
OriginalPostID-191796
OriginalPostID-191796
Discussion posts and replies are publicly visible
0
Sean Kim
Appian Employee
over 9 years ago
Port 443 is the standard for SSL therefore it could be that the external webpage is having trouble with your nonstandard port 8443. Please try using port 443 instead.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
ramonr
over 9 years ago
It's requested to use 8443 port, another App is running on 443.
It's curious but if you configure fiddler to use https, the Start Form loads correctly as long as fiddler is running. If fiddler is stopped, it fails again.
Maybe it's something related to certtificate negotiation, but I don't know how to solve it
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 9 years ago
Try this:
1. Open the site using Internet Explorer
2. Internet Options - Security
3. Trusted sites
4. Sites
5. Add your site
Let us know if that works.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Tom Ryan
Appian Employee
over 9 years ago
It looks like we might be over-engineering this. As per the docs, you should include the reference to tempo.nocache.js in the <head> element, which does not seem to be the case in the HTML you posted previously. More info in the documentation here:
forum.appian.com/.../Embedded_Interfaces.html
(though I am not sure why this would work with Fiddler).
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Sean Kim
Appian Employee
over 9 years ago
The solution to this issue was relayed in the support ticket. For posterity's sake, the solution was to go to Internet Explorer > Internet Options > Security > Custom Level > Set "Access data sources across domains" to Enable
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
ramonr
over 9 years ago
Thank you very much!!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
<