Skip to content

Instantly share code, notes, and snippets.

View Bhu1-V's full-sized avatar
🤔
Thinking

Pun1sher Bhu1-V

🤔
Thinking
View GitHub Profile
@Bhu1-V
Bhu1-V / deeplink Server side changes.md
Last active April 10, 2025 12:07
Serverside Changes
@Bhu1-V
Bhu1-V / hosting AASA.md
Created April 10, 2025 11:22
AASA hosting

How to Configure the Server for Content-Type: application/json

Since the file has no extension, most web servers won't automatically know it's JSON. You need to explicitly tell the server to use the application/json MIME type for this specific file path.

Here's how to do it on common web servers:

1. Apache:

You can configure this using either an .htaccess file in the relevant directory (root or .well-known) or directly in your Apache server/virtual host configuration files (httpd.conf, apache2.conf, or site-specific .conf files).

@Bhu1-V
Bhu1-V / Deeplink for iOS - Integration.md
Created January 28, 2025 13:02
Deeplink for iOS integration
@Bhu1-V
Bhu1-V / GSoC2021.md
Last active April 3, 2023 21:36
Google Summer of Code 2021 Final Work Submission

Google Summer of Code 2021 Final Work Submission

Command Palette.

Description