• Register

ACTIVE Network API Forums

API Forum

RSS Feed

Escaping slashes

    • ExposedAthlete
    • Topic created 14 years ago

    From what I can see, if you use a search the spaces should be plus (+). What should slashes be escaped to/

    And in channel a space should be replaced with %2520 but channel there is Outdoors\Fishing. What should the slash be?

    In splitMediaType there is Olympic/International (different slash). what should it be?

    Message edited by ExposedAthlete 3 years ago

  1. active Admin14 years ago

    I've updated the documentation as "Outdoors" and "Fishing" are now distinct channels. There should be no more cases where you have to double URL encode "\". Regarding double URL encoding a forward slash:

    "/" = "%2F", as in Olympic%2FInternational

  2. ExposedAthlete14 years ago

    Thanks for the update. I'll incorporate this into my application.

[ Page 1 of 1 ]