5G-MAG / rt-5gms-media-session-handler

5G Media Streaming - Media Session Handler
https://www.5g-mag.com/streaming
Other
4 stars 4 forks source link

Adds functionality to re-request the Service Access Information #31

Closed dsilhavy closed 1 year ago

dsilhavy commented 1 year ago

This needs more testing once our Linode instance is back. For the implementation I did a quick check with a local server:

Response headers:

res.set({
        'ETag': '12345',
        'last-modified': Date.now(),
        'cache-control': 'max-age=10, test=20'
})

Request headers:

{if-none-match: "12345", if-modified-since: "1690985040545"}

This addresses #30