You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need clarity regarding passing gpp_sid in url query parameters:
The specs (last line on this page ) say it should be a comma separated string (ex: gpp_sid=6,8) but I see a lot of request with the string enclosed in square brackets (ex: gpp_sid=[6,8])
The text was updated successfully, but these errors were encountered:
I think the spec is clear here that the value should be a comma list. There is no talk about any [...] and the example URL also does not include any [...]: http://vendor-a.com/key1=val1&key2=val2&gpp=DBACNYA~CPXxRfAPXxRfAAfKABENB-CgAAAAAAAAAAYgAAAAAAAA~1YNN&gpp_sid=2
Maybe we can make the example more clear for this case and write: http://vendor-a.com/key1=val1&key2=val2&gpp=DBACNYA~CPXxRfAPXxRfAAfKABENB-CgAAAAAAAAAAYgAAAAAAAA~1YNN&gpp_sid=2,5
(@jaredmoscow@lamrowena )
I need clarity regarding passing gpp_sid in url query parameters:
The specs (last line on this page ) say it should be a comma separated string (ex: gpp_sid=6,8) but I see a lot of request with the string enclosed in square brackets (ex: gpp_sid=[6,8])
The text was updated successfully, but these errors were encountered: