Skip to content

Webhook sends multiple requests when updating tags #6284

@nahun

Description

@nahun

NetBox version

v2.11.1

Python version

3.8

Steps to Reproduce

  1. Create webhook for DCIM->Interface (or any model I found so far)
  2. Check all event types
  3. URL: http://localhost:9000/
  4. HTTP method: POST
  5. HTTP content type: application/json
  6. Uncheck SSL verification
  7. Start the webhook receiver: python netbox/manage.py webhook_receiver
  8. Add or remove tags from an existing interface or create a new interface with tags defined

Expected Behavior

One HTTP request sent to the webhook receiver.

Observed Behavior

The webhook receiver will show multiple HTTP requests for a single interface being updated.

Metadata

Metadata

Assignees

Labels

status: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions