LePatron.email icon indicating copy to clipboard operation
LePatron.email copied to clipboard

Preserving URL Formatting During CDN Exports

Open the2ne opened this issue 4 months ago • 0 comments

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.

the2ne avatar Feb 12 '24 14:02 the2ne