# Tailscale Serve

Published articles for Tailscale Serve.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## How Tailscale Serve's HTTP headers made some code unnecessary

DevFeed: [How Tailscale Serve's HTTP headers made some code unnecessary](<https://devfeed.tech/articles/tailscale-serve-obsoleted-my-code-31217.md>)

Original publisher: [Read original article](<https://tailscale.dev/blog/tailscale-serve-obsoleted-my-code>)

Author: Xe Iaso

Published: 2023-08-04T00:00:00Z

Content type: article

Language: en

Sources: [Tailscale Community](<https://devfeed.tech/sources/tailscale-community.md>)

Topics: [tailscale](<https://devfeed.tech/topics/tailscale.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [grafana](<https://devfeed.tech/tags/grafana.md>), [http](<https://devfeed.tech/tags/http.md>), [tailscale](<https://devfeed.tech/tags/tailscale.md>), [tailscale-serve](<https://devfeed.tech/tags/tailscale-serve.md>), [tsnet](<https://devfeed.tech/tags/tsnet.md>)

### AI overview

This article explains how new HTTP headers in Tailscale Serve made parts of Xe's code unnecessary.

### Source excerpt

The new HTTP headers in Tailscale Serve are great and they made a bunch of Xe's code irrelevant. Here's how.

## Serving it plain: Release Recap August 2023

DevFeed: [Serving it plain: Release Recap August 2023](<https://devfeed.tech/articles/serving-it-plain-release-recap-august-2023-31214.md>)

Original publisher: [Read original article](<https://tailscale.dev/blog/serve-plain-release-recap-aug-2023>)

Author: Parker Higgins

Published: 2023-08-01T00:00:00Z

Content type: release

Language: en

Sources: [Tailscale Community](<https://devfeed.tech/sources/tailscale-community.md>)

Topics: [tailscale](<https://devfeed.tech/topics/tailscale.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [iOS](<https://devfeed.tech/topics/ios.md>)

Tags: [headers](<https://devfeed.tech/tags/headers.md>), [http](<https://devfeed.tech/tags/http.md>), [identity](<https://devfeed.tech/tags/identity.md>), [ios](<https://devfeed.tech/tags/ios.md>), [redesign](<https://devfeed.tech/tags/redesign.md>), [release](<https://devfeed.tech/tags/release.md>), [release-recap](<https://devfeed.tech/tags/release-recap.md>), [serve](<https://devfeed.tech/tags/serve.md>), [tailscale](<https://devfeed.tech/tags/tailscale.md>), [tailscale-serve](<https://devfeed.tech/tags/tailscale-serve.md>)

### AI overview

Tailscale's August 2023 Release Recap covers Tailscale Serve over plain HTTP, identity headers, and an iOS redesign.

### Source excerpt

Tailscale Serve over plain HTTP, identity headers, and an iOS redesign in this month's Release Recap.

## Tapping into Tailscale's identity headers with Serve

DevFeed: [Tapping into Tailscale's identity headers with Serve](<https://devfeed.tech/articles/tapping-into-tailscale-s-identity-headers-with-serve-31210.md>)

Original publisher: [Read original article](<https://tailscale.dev/blog/id-headers-tailscale-serve-flask>)

Author: Parker Higgins, Sonia Appasamy

Published: 2023-07-20T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tailscale Community](<https://devfeed.tech/sources/tailscale-community.md>)

Topics: [tailscale](<https://devfeed.tech/topics/tailscale.md>), [proxy](<https://devfeed.tech/topics/proxy.md>)

Tags: [content](<https://devfeed.tech/tags/content.md>), [flask](<https://devfeed.tech/tags/flask.md>), [funnel](<https://devfeed.tech/tags/funnel.md>), [headers](<https://devfeed.tech/tags/headers.md>), [identity](<https://devfeed.tech/tags/identity.md>), [proxy](<https://devfeed.tech/tags/proxy.md>), [python](<https://devfeed.tech/tags/python.md>), [serve](<https://devfeed.tech/tags/serve.md>), [tailscale](<https://devfeed.tech/tags/tailscale.md>), [tailscale-serve](<https://devfeed.tech/tags/tailscale-serve.md>)

### AI overview

This tutorial explains how to use identity headers from Tailscale Serve when proxying requests, allowing an application to change the content it serves.

### Source excerpt

When you use Tailscale serve to proxy requests, you can use its identity headers to change what content you serve.