Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preserving URL Formatting During CDN Exports #765

Open
4 tasks
the2ne opened this issue Feb 12, 2024 · 0 comments
Open
4 tasks

Preserving URL Formatting During CDN Exports #765

the2ne opened this issue Feb 12, 2024 · 0 comments
Assignees

Comments

@the2ne
Copy link
Collaborator

the2ne commented Feb 12, 2024

Objective:

The primary goal is to ensure that URL formatting is preserved when exporting via a Content Delivery Network (CDN). This involves maintaining the original structure of URLs, including spaces, special characters, and capitalization, as defined in the account administration settings.

Functional Description:

It has been observed that when configuring a CDN through the account administration interface, the domain defined undergoes unintended URL reformatting. This reformatting alters elements such as spaces, special characters, and capitalization. Since some advertisers' domains include these characters, it is crucial that the original format specified by the user is retained during the export process.

To-Do:

  • Analyze Current CDN Configuration Process:
    Review how the CDN is currently configured within the administration settings, focusing on how URLs are processed and reformatted.

  • Identify Source of URL Alteration:
    Determine the specific point in the process where URLs are being altered from their original format.

  • Develop Solution to Preserve URL Formatting:
    Create a technical solution that prevents URL alteration during the export process.
    Ensure that spaces, special characters, and capitalization in URLs are retained as per the user's configuration.

  • Testing and Validation:
    Conduct comprehensive testing to ensure that URLs retain their original formatting during exports.
    Validate this functionality across various scenarios and user configurations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants