AmplicaLabs / social-app-template

Social Application Template that uses Gateway Services
Apache License 2.0
0 stars 2 forks source link

Content URLs are not resolveable by the user agent #50

Open JoeCap08055 opened 1 month ago

JoeCap08055 commented 1 month ago

Description

The content URL for content created via content-publishing-service is a URL that is resolvable by the content-publishing-service. This URL may not be publicly resolvable, as the content-publisher may be running in a different network environment (cloud provider virtual network, containerized network, etc) than a browser or other user agent. URLs provided to the end user-agent must be [publicly] resolvable.

Proposed solution

Have the social-gateway-template backend rewrite content URLs before providing them to a user agent.