Skip to content

fix: Tutorial Endpoints to Use HTTPS Instead of HTTP#108

Open
antoniamaia wants to merge 1 commit intoscanapi:mainfrom
antoniamaia:107
Open

fix: Tutorial Endpoints to Use HTTPS Instead of HTTP#108
antoniamaia wants to merge 1 commit intoscanapi:mainfrom
antoniamaia:107

Conversation

@antoniamaia
Copy link
Copy Markdown
Member

Description

This PR updates the tutorial to replace all http endpoints with https, ensuring the documentation reflects the correct and secure API URL.

Changes

  • Replaced http://demo.scanapi.dev/api/v1/ with https://demo.scanapi.dev/api/v1/ across the tutorial.
  • Improved consistency in documentation examples.
  • Prevented potential confusion when accessing the API.

Motivation

Using https is essential for secure communication and aligns the tutorial with the actual API configuration.

Testing

  • Reviewed all tutorial sections to ensure no http references remain.
  • Validated that the updated endpoint works as expected.

Related Issue

Closes: #107

@antoniamaia antoniamaia requested a review from a team as a code owner April 13, 2026 21:50
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 13, 2026

Deploy Preview for scanapi ready!

Name Link
🔨 Latest commit 6c6b868
🔍 Latest deploy log https://app.netlify.com/projects/scanapi/deploys/69dd653553baa40008373bdb
😎 Deploy Preview https://deploy-preview-108--scanapi.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Member

@camilamaia camilamaia left a comment

Choose a reason for hiding this comment

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

Thank you soooo much, you saved the day

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.

Fix HTTP to HTTPS in Tutorial Endpoints

2 participants