Skip to content

fix: resolve null request content on export & header example import issue#1

Open
leochen800 wants to merge 1 commit intoCH-Chang:mainfrom
leochen800:fix/export-request-content-null
Open

fix: resolve null request content on export & header example import issue#1
leochen800 wants to merge 1 commit intoCH-Chang:mainfrom
leochen800:fix/export-request-content-null

Conversation

@leochen800
Copy link

@leochen800 leochen800 commented Feb 13, 2026

Fixes

  • Fixed an issue where the request content became null when exporting records.
  • Fixed an issue where the example values in headers were not correctly populated during import.
  • Fixed an issue where POST and PUT requests could not be sent properly.
  • Added -UseBasicParsing to all request calls to avoid permission and compatibility issues in certain environments.

Tests

  • Verified that request content is properly preserved after export.
  • Verified that header example values are correctly displayed after import.
  • Verified that POST and PUT requests can be sent successfully.
  • Verified that requests execute correctly in restricted environments.

@leochen800 leochen800 changed the title fix: resolve null request content on export & header example import i… fix: 修正匯入/匯出問題並加入 -UseBasicParsing 提升相容性 Feb 13, 2026
@leochen800 leochen800 changed the title fix: 修正匯入/匯出問題並加入 -UseBasicParsing 提升相容性 fix: 修正匯入匯出與 POST/PUT 請求問題,提升相容性 Feb 13, 2026
@leochen800 leochen800 changed the title fix: 修正匯入匯出與 POST/PUT 請求問題,提升相容性 fix: resolve null request content on export & header example import issue Mar 2, 2026
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.

1 participant