You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After trying to trigger a Gitlab webhook and failing I started playing around with the different settings. One change I tried making was updating the value for the "Accept" header. I ended up using Burp Suite to intercept the request and found that the header was not actually getting updated. Based on what I could tell (Sorry, I'm an Android dev not web) it seems this is the problem code is at line 41 of the urlExport.ts file:
After trying to trigger a Gitlab webhook and failing I started playing around with the different settings. One change I tried making was updating the value for the "Accept" header. I ended up using Burp Suite to intercept the request and found that the header was not actually getting updated. Based on what I could tell (Sorry, I'm an Android dev not web) it seems this is the problem code is at line 41 of the urlExport.ts file:
It seems it's changing the value when it is NOT empty when really it should change it when it IS empty. The code should probably look like this:
Note: For anyone reading this looking for updates on the Gitlab flow see the following tickets:
#181
#182
The text was updated successfully, but these errors were encountered: