Skip to content

Commit

Permalink
docs: add redirects (#1756)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats authored Dec 8, 2024
1 parent 207a9c7 commit 807de21
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
12 changes: 9 additions & 3 deletions data/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
- date: Ago 2024
- date: December 2024
notes:
- '[Microlink MQL](/docs/mql/getting-started/overview): Added outerHTML and innerText as [attr](https://microlink.io/docs/mql/data/attr).'
- '[Microlink API](/docs/api/getting-started/overview): The query parameter [meta](/docs/api/parameters/meta) returns `redirects` as part of the response payload.'

- date: Jul 2024
- date: October 2024
notes:
- '[Microlink OSS](/oss): Added rewriting capabilities to [html-get](https://github.com/microlinkhq/html-get).'
- '[react-json-view](https://react-json-view.microlink.io/): Project revamp.'
- '[unavatar.io](https://unavatar.io) Added OnlyFans as provider.'

- date: July 2024
notes:
- '[Microlink](/): Released [website](https://github.com/microlinkhq/www/pull/1679) refactor.'
- '[Microlink API](/docs/api/getting-started/overview): Improved favicon.ico detection.'
Expand Down
1 change: 1 addition & 0 deletions src/pages/docs/api/getting-started/data-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Additionally, Microlink gives you some HTTP information over the target URL, suc

- `statusCode`: The HTTP status code associated with the url response.
- `headers`: The HTTP response headers associated with the url response.
- `redirects`: A collection of HTTP redirects, where each entry contains the status code and URL for redirects followed from the original URL.

The service also returns a `status` field to represent the stage of the current transaction.

Expand Down
1 change: 1 addition & 0 deletions src/pages/docs/api/parameters/meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ The normalized data fields is enabled by default, so you don't need to set it as
}
},
"statusCode": 200,
"redirects": [],
"headers": {
"content-type": "text/html; charset=utf-8",
"x-content-type-options": "nosniff",
Expand Down

0 comments on commit 807de21

Please sign in to comment.