Hello folks, I'm trying to embed a wiki into Microsoft Teams and am stuck. Teams only allows http:// addresses and I'm using BOB which is served via local ip address like 10.1.#.#:8080. I thought I could get away with this if I made a near-empty .aspx file (I have access to host files on SharePoint) and then iframe the wiki in that way - but maybe you can't iframe in an address like BOB provides either? Any thoughts?
What I hoped would work - saved as a .aspx file, tried in FireFox <!DOCTYPE html> <html> <body> <iframe src="10.1.135.98:8080" style="border:none;" title="BOB Test" ></iframe> </body> </html> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/04018378-28f4-4e27-a7fd-329063e600c0o%40googlegroups.com.

