30

I have Firefox version 52.1. I cannot udpate to newer version, nor can I add plugins that people ordinarily install to address these issues.

I am calling some rest services that require communicating that these are POST request plus a couple of other things ordinarily communicated through hearder information.

What options do I have for adding these specific header requirements to my Firefox request assuming I cannot add plugins or upgrade to a newer version of the browser? Thank you.

1
  • ok, I have figured out how to modify indivudual requests using the basic developer tools available to the browser. So I guess I should respond and close this (even though I am still not sure how to specify the specific header items I need). Commented Oct 25, 2018 at 12:40

1 Answer 1

52

Ok, so simply by opening the very basic developer tools (i.e. press F12), then executing the request (which will fail because it is missing header info), then selecting the network tab in the tool followed by the All within the Network frame, it shows the failure info. Then I can select the default method value (GET) in the table of the attempted request, it will open a frame of the right of the tool. This frame has a header tab whose frame allows you to modify the header by clicking the Edit and Resend button. Click that button and then add the additional needed header params. then click the resend button.

Sign up to request clarification or add additional context in comments.

4 Comments

I think a lot of the middle part of this answer could be replaced with just saying "Right-click the request and click 'Edit and Resend'"
Might be obvious, once your resent request comes back as 200 click it in the Network frame and then the Response tab to see the (possibly truncated) response.
@valid How can I see that response in webpage instead of in response tab?
Referer and some other headers are unavailable for editing in 'Edit and Resend'.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.