#29068

As we learned the problem is most probably caused by HTTP 302 redirects – our HTML renderer does not implement any code to follow them.

PD4ML uses a very standard approach with URLConnection to load URL resources. If Java runtime implicitly follows 302 redirects – PD4ML also supports it.