Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
Dyn removes content under "<" and ">" when HTML code has anchor tags (<a href="...">Hello!</a>

For the below HTML code, Dyn give this as output (Removes the content under "<" and ">" which translates to <foobar>): Testing text. To know more Click here
HTML code:
<html>
<body>
Testing <special> text.
To know more <a href = “https://www.google.com”> Click here </a>
</body>
</html>
If you remove the anchor tag(tag denoted by <a>) tag and give the below HTML, it gives the following output: Testing <special> text. To know more Click here
HTML code:
<html>
<body>
Testing <special> text.
To know more Click here
</body>
</html>
We observed similar behavior in our application too, which had a lot more HTML code. But, when we removed all the anchor tags, the content under “<” and “>” started rendering as desired.
Hence, we were wondering if this is a known issue with Dyn and anchor tags ? If so, is there a way to eliminate this problem? Is there anyone we can get in touch with to talk about this issue?
Answers
-
What service are you referring to when stating "Dyn removes content..."? To my best knowledge web services are not being offered by Oracle/Dyn, just DNS services, these not dealing with HTTP or HTML. If it is about OCI (Oracle Cloud Infrastructure), I may be wrong with my assumption.
-
I'm working with the Announcements team at OCI, wherein we use Dyn at send out emails. We have a library that utilizes this SMTP server "large.smtp.email.dynect.net".
-
In this case I cannot help. Somebody else?
-
Hi @4129781,
That sounds like something that probably shouldn't be happening. Could you email [email protected] and then DM me the ticket number I can have support take a look at it?. I've added you as a friend, please accept so you can DM.
Mike
Oracle + Dyn