• The audio-player component has serious issues with some URL formats. I traced this down using fiddler and ended up with the following issues:

    a) GET Parameters after an & sign are not transfered
    e.g. index.php?page=1&lang=1 the lang parameter is not transmitted by audioplayer

    b) Commas in URLs are not working
    e.g. https://www.example.com/page,information,test.html is being cut after the first comma.

    Any ideas how to solve this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same problem here … any solutions ?

    I have a servlet that returns a specific MP3 based on some key-value pairs passed in my query string e.g. :

    /path/MP3Servlet?key1=value1&key2=value2&key3=value3

    When I pass this url, only the first key-value pair is passed … with Wireshark I can see :

    GET /path/MP3Servlet?key1=value1

    https://wpaudioplayer.com/frequently-asked-questions

    “Note: Titles and artist names are currently comma-delimited. I knowt his isn’t perfect as a title may contain a comma. I will try to fix this in the future.”

    Perhaps also ampersands in an mp3 file name/path, might cause issues with the player? Not sure on that..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Audio Player] Issues with URLs’ is closed to new replies.