June 25, 2020 02:02PM
Thanks Maxim

Actually null character is not being generated by Client .

We are using below module to validate the tokens
https://github.com/kaltura/nginx-akamai-token-validate-module

This is being caused by akamai_token_validate_strip_token directive which strips the token and forwards request to upstream server.

While striping the token and passing the remaining request to upstream stream its appending null character at the end.
If there is no any additional query param in request apart from token , then there is no issue in handling.

http://10.49.120.61/folder/Test.m3u8?token=st=1593095161~exp=1593112361~acl=/*~hmac=60d9c29a65d837b203225318d1c69e205037580a08bf4417d4a1e237e5a2f5b6&uid=abc123

Request passed to upstream is as below which is causing problem

GET /folder/Test.m3u8?uid=abc123\x00
Subject Author Posted

Removing Null Character from Query Parameter

anish10dec June 25, 2020 11:33AM

Re: Removing Null Character from Query Parameter

Maxim Dounin June 25, 2020 12:50PM

Re: Removing Null Character from Query Parameter

anish10dec June 25, 2020 02:02PM

Re: Removing Null Character from Query Parameter

Maxim Dounin June 25, 2020 02:20PM

Re: Removing Null Character from Query Parameter

jeffdyke June 25, 2020 09:22PM

Re: Removing Null Character from Query Parameter

anish10dec June 26, 2020 01:59AM

Re: Removing Null Character from Query Parameter

anish10dec June 26, 2020 11:11AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 239
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready