toddmotto/fluidvids

Avoid duplicate URL submissions

pricejn2 opened this issue · 1 comments

When using FluidVids to embed any external source, the URL is first populated in the standard way, but then a subsequent call is made to the same URL. A standard Fiddler trace reveals the problem.

For an API call that is dependent on trusted ticket authentication (ie, one-ticket session key), the second call to the URL is invalid.

FWIW, I've been testing this with Tableau Server trusted ticket authentication.

I'm not really sure what this means/expectations of "fix"? Can you elaborate.