Skip to content

Verify JioSaavn API URL uses HTTPS#36

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/update-api-url-to-https
Closed

Verify JioSaavn API URL uses HTTPS#36
Copilot wants to merge 1 commit intomainfrom
copilot/update-api-url-to-https

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 7, 2025

The problem statement requested ensuring the API uses https://saavn.sumit.co.

Findings

The codebase already uses HTTPS correctly:

# backend/music/views.py
JIOSAAVN_API = 'https://saavn.sumit.co/api'

All API calls resolve to HTTPS endpoints:

  • https://saavn.sumit.co/api/search/songs
  • https://saavn.sumit.co/api/songs
  • https://saavn.sumit.co/api/songs/{id}

Status

No changes required. The implementation already meets the requirement.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • saavn.sumit.co
    • Triggering command: `/home/REDACTED/work/Streamify/Streamify/backend/venv/bin/python python -c
      import requests
      import json

Test the current API endpoint

JIOSAAVN_API = 'REDACTED'
try:
resp = requests.get(f'{JIOSAAVN_API}/search/songs', params={'query': 'test'}, timeout=10)
print(f'Status Code: {resp.status_code}')` (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Change api to https://saavn.sumit.co


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI self-assigned this Dec 7, 2025
Copilot AI changed the title [WIP] Update API to use https://saavn.sumit.co Verify JioSaavn API URL uses HTTPS Dec 7, 2025
Copilot AI requested a review from ShirshenduR December 7, 2025 04:57
Copy link
Copy Markdown
Owner

@ShirshenduR ShirshenduR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

@ShirshenduR ShirshenduR closed this Dec 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants