Skip to content

Follow url metadata redirects#133

Draft
femincan wants to merge 7 commits intoplayfulprogramming:mainfrom
femincan:feat/url-metadata-follow-redirects
Draft

Follow url metadata redirects#133
femincan wants to merge 7 commits intoplayfulprogramming:mainfrom
femincan:feat/url-metadata-follow-redirects

Conversation

@femincan
Copy link
Contributor

@femincan femincan commented Mar 26, 2026

Closes #34

The reason why I didn't (and couldn't) use the onInfo method is that it only runs the callback for responses with 1xx status code.

onInfo ({statusCode: number, headers: Record<string, string | string[]>}) => void | null (optional) - Default: null - Callback collecting all the info headers (HTTP 100-199) received.

@coderabbitai
Copy link

coderabbitai bot commented Mar 26, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5488f541-7f93-4f2c-8dc2-f8dbc52275ac

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

Modify url-metadata to follow redirects

1 participant